mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-02-17 09:31:42 +00:00
Updated gitignore with a more comprehensive list of files
This commit is contained in:
parent
5287c094fd
commit
5bf73158f1
1 changed files with 23 additions and 22 deletions
45
.gitignore
vendored
45
.gitignore
vendored
|
@ -1,28 +1,29 @@
|
|||
# Files to ignore when considering what GIT should commit.
|
||||
|
||||
# Visual Studio
|
||||
# Visual Studio
|
||||
[Dd]ebug*/
|
||||
[Rr]elease*/
|
||||
ipch/
|
||||
*.*sdf
|
||||
*.suo
|
||||
*.user
|
||||
*.sln.docstates
|
||||
*.obj
|
||||
*.pch
|
||||
*.tlog
|
||||
*.log
|
||||
*.scc
|
||||
*.exp
|
||||
*.ilk
|
||||
*.lastbuildstate
|
||||
vc100.pdb
|
||||
*.idb
|
||||
*.vcxproj.user
|
||||
|
||||
# Specific Source build products
|
||||
client.pdb
|
||||
client.dll
|
||||
client.lib
|
||||
server.pdb
|
||||
server.dll
|
||||
server.lib
|
||||
# Make
|
||||
obj_*/
|
||||
|
||||
# files generated by running a mod
|
||||
# Source-specific build products
|
||||
**/game/**/bin/
|
||||
generated_proto/
|
||||
|
||||
# Files generated by running a mod
|
||||
**/game/**/*.cache
|
||||
**/game/**/graphs/*.ain
|
||||
**/game/**/save/
|
||||
**/game/**/user_custom/
|
||||
*_gamestats.dat
|
||||
config.cfg
|
||||
|
||||
demoheader.tmp
|
||||
GameState.txt
|
||||
server_blacklist.txt
|
||||
stats.txt
|
||||
voice_ban.dt
|
||||
|
|
Loading…
Reference in a new issue