forked from iamgreaser/iceball
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
77 lines (60 loc) · 977 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# objects
*.o
# final binaries
/iceball.exe
/iceball-gl.exe
/iceball-dedi.exe
/iceball
/iceball-gl
/iceball-dedi
deploy/Iceball.app
# windows build crap
winlibs/
dist/
*.dll
# windows crap i mean why the hell does it do this crap
stdout.txt
stderr.txt
# remnants
bts
# backups, just in case you can't configure your editor properly
*.bak
*~
# gprof
gmon.out
# kate
*.kate-swp
# visual studio files (personal config and whatnot)
*.suo
*.ncb
*.user
build/*
# sackit copypasta
xlibinc/libsackit.a
xlibinc/sackit.h
#cmake cache files
CMakeFiles
CmakeCache.txt
cmake_install.cmake
src/iceball.dir
src/iceball-soft.dir
src/iceded.dir
ZERO_CHECK.dir
# some cmake generated shit that will vs.net notify of cmake file changes.
ALL_BUILD.vcproj
ZERO_CHECK.vcproj
# idea stuff
.idea/
*.iml
*.ipr
*.iws
# vim stuff
.vimrc
# fastload cache
clsave/vol/fastload.tmp
# Makefiles are now generated by cmake
Makefile*
# Doxygen docs
docs/html
docs/latex
docs/doxygen_sqlite3.db