-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (74 loc) · 1.26 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
80
81
82
83
84
85
86
87
88
# ignore default save files
helapordo-save.txt
helapordo-save-2.txt
helapordo-save-3.txt
# ignore save bin
save-nc.bin
save-rl.bin
# ignore run bin
run-nc.bin
run-rl.bin
# ignore settings bin
settings-nc.bin
settings-rl.bin
# ignore hlpd-1 dir
hlpd-1
# ignore hlpd-2 dir
hlpd-2
# ignore hlpd-3 dir
hlpd-3
# ignore the MacOS DS_Store file
.DS_Store
# ignore installer log file
installer.log
# ignore docs file
docs/docs.pdf
# ignore doxygen dir
doxygen
# ignore object files
*.o
# ignore executable
helapordo
# ignore .exe executable
helapordo.exe
# ignore debug executable
helapordo_debug
# ignore save2l executable
hlpd-save2l
hlpd-save2l.exe
# ignore debug log file
debug_log.txt
# ignore ops log file
OPS_log.txt
# ignore kls debug log file
kls_debug_log.txt
# ignore kls log file
kls_log.txt
# ignore floor log file
floor_debug_log.txt
# ignore files generated by Autotools
autom4te.cache/
compile
config.guess
config.log
config.status
config.sub
configure
install-sh
missing
aclocal.m4
configure~
Makefile
Makefile.in
# ignore files generated by amboso
src/anvil__helapordo.c
src/anvil__helapordo.h
# ignore files generated by s4c
src/palette.c
src/palette.h
# ignore old .txt animations files
static/animations/*.txt
# ignore anvil symlink
anvil
# ignore anvil.log
anvil.log