mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-22 03:41:06 +00:00
29 lines
358 B
Text
29 lines
358 B
Text
|
# 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
|
||
|
*.idb
|
||
|
|
||
|
# Specific Source build products
|
||
|
client.pdb
|
||
|
client.dll
|
||
|
client.lib
|
||
|
server.pdb
|
||
|
server.dll
|
||
|
server.lib
|
||
|
|
||
|
# files generated by running a mod
|
||
|
config.cfg
|
||
|
|