Skip to content

Commit

Permalink
Merge pull request #182 from ardneran/master
Browse files Browse the repository at this point in the history
Update .gitignore.
  • Loading branch information
jorgenpt committed Dec 10, 2013
2 parents 8df4eca + 4fa5687 commit 9c37fcc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ ipch
*.opensdf
*.idb
*.vcxproj
*.vcxproj.filters
*.sln
[Dd]ebug*/
[Rr]elease*/

# OSX/Linux build products
*.DS_Store
*.mak
*.mak.vpc_crc
*.xcodeproj/
obj*/
!devtools/*.mak
!utils/smdlexp/smdlexp.mak
*_osx32*

# Specific Source build products
client.pdb
Expand All @@ -48,6 +53,12 @@ client.dylib.dSYM/
server.dylib
server.dylib.dSYM/

*.vpc.sentinel
*.vpc_crc
**/generated_proto/**
**/src/utils/sapi51/**
**/game/**/bin/**

# files generated by running a mod
config.cfg

Expand Down

0 comments on commit 9c37fcc

Please sign in to comment.