-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitignore
57 lines (57 loc) · 1.23 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
*.ain
*.bsp
*.cache
*.dem
*.log
*.manifest
*.map
*.ncb
*.pdb
*.prt
*.sdf
*.suo
*.user
*.vmx
*.vpk
*.lnk
contentsrc/mapsrc/*.bsp
contentsrc/mapsrc/srctools.vdf
contentsrc/mapsrc/srctools_paths.vdf
contentsrc/mapsrc/srctools_*_data.dmx
autoexec.cfg
newmapsettings.cfg
reactivedrop/addonlist.txt
reactivedrop/addonlist_workshop.txt
reactivedrop/bin/client.dll
reactivedrop/bin/missionchooser.dll
reactivedrop/bin/server.dll
reactivedrop/cfg/*.dat
reactivedrop/cfg/build_all_maps.cfg
reactivedrop/cfg/config.cfg
reactivedrop/cfg/server_blacklist.txt
reactivedrop/cfg/video.bak
reactivedrop/cfg/video.txt
reactivedrop/cfg/videodefaults.txt
reactivedrop/cfg/workshop.cfg
reactivedrop/demoheader.tmp
reactivedrop/modelsounds.cache
reactivedrop/save
reactivedrop/screenshots
reactivedrop/stats.txt
reactivedrop/tilegen_log.txt
reactivedrop/voice_ban.dt
src/game/client/Debug_swarm/
src/game/client/Release_swarm/
src/game/missionchooser/Debug/
src/game/missionchooser/Release/
src/game/server/Debug_swarm/
src/game/server/Release_swarm/
src/ipch
src/materialsystem/stdshaders/Debug_dx9/
src/materialsystem/stdshaders/Release_dx9/
src/materialsystem/stdshaders/shaders/
src/reactivedrop_vs13.opensdf
src/.vs
src/sourcelink.json
src/utils/*/Debug/
src/utils/*/Release/