forked from momentum-mod/game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
131 lines (119 loc) · 2.01 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Files to ignore when considering what GIT should commit.
# Visual Studio
.vs/
.vscode/
*.suo
*.user
*.sln.docstates
*.obj
*.pch
*.tlog
*.log
*.scc
*.exp
*.ilk
*.lastbuildstate
vc100.pdb
ipch
*.sdf
*.opensdf
*.idb
*.vcxproj
*.sln
*.sentinel
*.vpc_crc
*.vcxproj.filters
*.pdb
*.lib
# Visual Studio 2017
*.VC.db
*.VC.opendb
*.VC.db-shm
*.VC.db-wal
# OSX/Linux build products
*.mak
*.mak.vpc_crc
*.xcodeproj/
*.project
obj*/
!devtools/*.mak
!utils/smdlexp/smdlexp.mak
*.a
*.dylib
*.plist
# Specific Source build products
client.so
client.so.dbg
client_srv.so
client_srv.so.dbg
server.so
server.so.dbg
server_srv.so
server_srv.so.dbg
client.dll
server.dll
client.dylib
client.dylib.dSYM/
server.dylib
server.dylib.dSYM/
Debug/
Release/
Release_*momentum/
Debug_*momentum/
save/
cmake*/
# files generated by running a mod
config.cfg
server_blacklist.txt
gamestate.txt
*.ain
stats.txt
voice_ban.dt
*.dem
# shader files
*.tmp
# Momentum
*.zon
*.mrf
progress.dat
savedlocs.txt
game_shader_dx9.dll
game_shader_dx9.so
game_shader_dx9.so.dbg
game_shader_dx9_srv.so
game_shader_dx9_srv.so.dbg
game_shader_dx9.dylib
game_shader_dx9.dylib.dYSM/
mp/game/bin/
!mp/game/bin/base.fgd
mp/game/momentum/version.txt
mp/game/momentum/downloadlists/
mp/game/momentum/map_cache.dat
mp/game/momentum/maps/*.bsp
mp/game/momentum/custom/
# Others
*.cache
*.jpg
*.prt
*.vmx
*.lin
*.vdf
*.pch.ib_tag
*.ib_pdb_index
*.cfg
.idea/
CMakeLists.txt
mp/game/momentum/cfg/pet.txt
*.exe
# Shader output
mp/src/materialsystem/stdshaders/filestocopy.txt
mp/src/materialsystem/stdshaders/filelist.txt
mp/src/materialsystem/stdshaders/filelistgen.txt
mp/src/materialsystem/stdshaders/shaders/
mp/src/materialsystem/stdshaders/inclist.txt
mp/src/materialsystem/stdshaders/vcslist.txt
mp/src/materialsystem/stdshaders/uniquefilestocopy.txt
mp/src/materialsystem/stdshaders/makefile.momentum_dx9_20b
mp/src/materialsystem/stdshaders/makefile.momentum_dx9_20b.copy
mp/src/materialsystem/stdshaders/makefile.momentum_dx9_30
mp/src/materialsystem/stdshaders/makefile.momentum_dx9_30.copy