We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91100ea + ffb7286 commit c0d729dCopy full SHA for c0d729d
.gitignore
@@ -19,6 +19,8 @@ ipch
19
*.idb
20
*.vcxproj
21
*.sln
22
+*.vcxproj.FileListAbsolute.txt
23
+*.pdb
24
25
# OSX/Linux build products
26
*.mak
@@ -49,6 +51,8 @@ client.dylib.dSYM/
49
51
server.dylib
50
52
server.dylib.dSYM/
53
54
+sp/game/bin
55
+
56
# files generated by running a mod
57
config.cfg
58
@@ -61,6 +65,7 @@ config.cfg
61
65
*.filters
62
66
*.vpc_crc
63
67
*.sentinel
68
+*.recipe
64
69
70
# Backup files
71
*.bak
@@ -90,4 +95,4 @@ sp/src/vgui2/*.dll
90
95
sp/src/vgui2/*.pdb
91
96
92
97
# Build support files
93
-sp/src/devtools/gcc9+support.o
98
+sp/src/devtools/gcc9+support.o
0 commit comments