Merge pull request #182 from ardneran/master

Update .gitignore.
This commit is contained in:
Jørgen P. Tjernø 2013-12-09 18:56:11 -08:00
commit 9c37fcc3a8
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@ -18,15 +18,20 @@ ipch
*.opensdf *.opensdf
*.idb *.idb
*.vcxproj *.vcxproj
*.vcxproj.filters
*.sln *.sln
[Dd]ebug*/
[Rr]elease*/
# OSX/Linux build products # OSX/Linux build products
*.DS_Store
*.mak *.mak
*.mak.vpc_crc *.mak.vpc_crc
*.xcodeproj/ *.xcodeproj/
obj*/ obj*/
!devtools/*.mak !devtools/*.mak
!utils/smdlexp/smdlexp.mak !utils/smdlexp/smdlexp.mak
*_osx32*
# Specific Source build products # Specific Source build products
client.pdb client.pdb
@ -48,6 +53,12 @@ client.dylib.dSYM/
server.dylib server.dylib
server.dylib.dSYM/ server.dylib.dSYM/
*.vpc.sentinel
*.vpc_crc
**/generated_proto/**
**/src/utils/sapi51/**
**/game/**/bin/**
# files generated by running a mod # files generated by running a mod
config.cfg config.cfg