-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
79 lines (79 loc) · 1.81 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
1
2
3
appdata
build.log
build/windows/python*
build/windows/python.version.sh
build/windows/windows.xml.backup
data/gfx
data/sounds
Makefile
python/__pycache__
python/things/amulets/__pycache__
python/things/armor/__pycache__/
python/things/bodyparts/__pycache__
python/things/boots/__pycache__
python/things/buffs/__pycache__
python/things/cloak/__pycache__
python/things/cloaks/__pycache__/
python/things/containers/__pycache__/
python/things/debuffs/__pycache__
python/things/doors/__pycache__
python/things/dungeon/__pycache__
python/things/effects/__pycache__
python/things/food/__pycache__
python/things/fungus/__pycache__
python/things/gauntlets/__pycache__
python/things/helmet/__pycache__
python/things/internal/__pycache__
python/things/items/__pycache__
python/things/keys/__pycache__/
python/things/lasers/__pycache__
python/things/mobs/__pycache__/
python/things/monsters/__pycache__
python/things/player/__pycache__/
python/things/potions/__pycache__
python/things/projectiles/__pycache__
python/things/__pycache__
python/things/rings/__pycache__
python/things/shield/__pycache__
python/things/skills/__pycache__
python/things/spells/__pycache__
python/things/staffs/__pycache__/
python/things/totem/__pycache__/
python/things/traps/__pycache__/
python/things/treasure/__pycache__
python/things/weapons/__pycache__
*.session
*/*.session
src/appdata
src/.build
src/config.h
src/Makefile
src/Makefile.bak
src/ramdisk_data_0.S
src/ramdisk_data_1.S
src/ramdisk_data_2.S
src/ramdisk_data_3.S
src/ramdisk_data_4.S
src/ramdisk_data_5.S
src/ramdisk_data_6.S
src/ramdisk_data_7.S
src/ramdisk_data_8.S
src/ramdisk_data_9.S
src/ramdisk_data.cpp
src/*.saved
src/*.tmp
src/zorbash
src/zorbash.exe
src/zorbash.pdb
tests/
zorbash
zorbash-create-release.sh
zorbash.dSYM
zorbash.exe
zorbash.exe.dSYM
zorbash.pdb
zorbash.sh
Zorbash-*-windows-x64-installer.exe