forked from bachingo/TF2Vintage
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
178 lines (155 loc) · 3.18 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Files to ignore when considering what GIT should commit.
# Visual Studio
*.suo
*.user
*.sln.docstates
*.obj
*.pch
*.tlog
*.log
*.scc
*.exp
*.ilk
*.lastbuildstate
vc100.pdb
ipch
*.sdf
*.opensdf
*.idb
*.vcxproj
*.vcxproj.filters
*.vcxproj.vpc_crc
*.vcxproj.bak
*.sln
*.pdb
# OSX/Linux build products
*.mak
*.mak.vpc_crc
*.xcodeproj/
*.project
obj*/
!devtools/*.mak
!utils/smdlexp/smdlexp.mak
# Specific Source build products
[Rr]elease*/
[Dd]ebug*/
game/bin
#game/*/bin
# Manual override of bin folder
game/*/bin/client.dll
game/*/bin/client.pdb
game/*/bin/server.dll
game/*/bin/server.pdb
game/*/bin/vscript.dll
game/*/bin/vscript.pdb
# generated protobuf sources
generated_proto*/
# library files
src/lib/public/mathlib.lib
src/lib/public/mathlib.pdb
src/lib/public/raytrace.lib
src/lib/public/raytrace.pdb
src/lib/public/tier1.lib
src/lib/public/tier1.pdb
src/lib/public/vgui_controls.lib
src/lib/public/vgui_controls.pdb
src/thirdparty/bullet/build/lib
src/lib/common/angelscript.lib
# misc files
fgdlib.lib
src/utils/sapi51/Samples/VB/TTSAppVB/ttsapp.RES
vc120.pdb
vc140.pdb
*.VC.*
src/Output-Build.txt
src/utils/vvis_launcher/vvis_launcher.vpc.sentinel
*.vpc.sentinel
*_nut.h
# Files to ignore when considering what GIT should commit.
.DS_Store
# cache
cache/*
maps/soundcache/*
maps/graphs/*
materials/temp/*
sound/temp/*
sound.cache
*.sound.cache
modelsounds.cache
# crash dumps
*.dmp
# config files
game/*/cfg/sourcemod/*
game/*/cfg/autoexec_user.cfg
game/*/cfg/banned_ip.cfg
game/*/cfg/banned_user.cfg
game/*/cfg/config.cfg
game/*/cfg/server_blacklist.txt
game/*/cfg/server.cfg
game/*/cfg/user.scr
game/*/cfg/settings.scr
game/*/settings/admins.txt
ServerConfig.vdf
# logs
game/*/logs/*
console.log
# demo records
*.dem
# user stuff
game/*/cfg/pet.txt
game/*/download/*
game/*/downloadlists/*
game/*/SAVE/*
game/*/screenshots/*
demoheader.tmp
stats.txt
gamestate.txt
voice_ban.dt
textwindow_temp.html
viewed.res
tf2_playerstats.dmx
tf_inventory.txt
game/*/vpk/*
game/*/demos/*
game/*/materials/vgui/logos/ui/*
game/*/materials/vgui/logos/ui/andre.vmt
game/*/materials/vgui/logos/ui/chick1.vmt
game/*/materials/vgui/logos/ui/spray_dog.vmt
game/*/materials/vgui/logos/ui/spray_elited.vmt
game/*/materials/vgui/logos/ui/spray_flashbanged.vmt
game/*/materials/vgui/logos/ui/spray_kamikazi.vmt
*.db
# content source
materialsrc/*
soundsrc/*
mapsrc/*.log
# source plugins
game/*/addons/*
# Ignore user custom assets
game/*/custom/*
# faceposer stuff
game/*/expressions/*
# shader files
*.tmp
# map compile products
*.prt
# migration blocks
*.vpk
*.ain
# caches
*/.vs/*
src/materialsystem/stdshaders/fxctmp9_tmp/*
src/materialsystem/stdshaders/vshtmp9_tmp/*
src/materialsystem/stdshaders/pshtmp9_tmp/*
src/materialsystem/stdshaders/fxctmp9/*
src/materialsystem/stdshaders/vshtmp9/*
src/materialsystem/stdshaders/pshtmp9/*
src/materialsystem/stdshaders/fxctmp9_360_tmp/*
src/materialsystem/stdshaders/vshtmp9_360_tmp/*
src/materialsystem/stdshaders/pshtmp9_360_tmp/*
src/materialsystem/stdshaders/pshtmp9_360_tmp/*
src/materialsystem/stdshaders/shaders/*
src/materialsystem/stdshaders/filestocopy.txt
src/materialsystem/stdshaders/inclist.txt
src/materialsystem/stdshaders/filelistgen.txt
src/materialsystem/stdshaders/filelist.txt