-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 899 Bytes
/
.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
# ignore object files
*.o
# ignore shared object files
*.so
# ignore .a files
*.a
# ignore .dll files
*.dll
# also explicitly ignore our executable for good measure
demo
# also explicitly ignore our windows executable for good measure
demo.exe
# also explicitly ignore our debug executable for good measure
demo_debug
# ignore basic example binary
basic_example
#We also want to ignore the dotfile dump if we ever use anvil with -c flag
amboso_cfg.dot
#Ignore invil log
invil.log
#Ignore anvil log
anvil.log
#Ignore installer log
installer.log
# MacOS DS_Store ignoring
.DS_Store
#Ignore docs pdf
docs/docs.pdf
# ignore debug log file
debug_log.txt
#Ignore doxygen dir
doxygen/
# 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 anvil symlink
anvil