diff options
| author | Narendra Umate <[email protected]> | 2013-09-08 13:31:18 -0700 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-09-08 16:05:45 -0700 |
| commit | 4459e7bb8b8519dac572d7892247d59c1a58006e (patch) | |
| tree | ebb4791e56b66b34de19212331514b8ae32f1a11 | |
| parent | Added xcode_ccache_wrapper as text to .gitattributes. (diff) | |
| download | source-sdk-2013-4459e7bb8b8519dac572d7892247d59c1a58006e.tar.xz source-sdk-2013-4459e7bb8b8519dac572d7892247d59c1a58006e.zip | |
Update .gitignore.
Added a few extensions and ignore paths.
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -18,9 +18,10 @@ ipch *.opensdf
*.idb
*.vcxproj
-*.sln -*.vpc_crc -*.filters
+*.vcxproj.filters
+*.sln
+[Dd]ebug*/
+[Rr]elease*/
# OSX/Linux build products
*.mak
@@ -29,6 +30,7 @@ ipch obj*/
!devtools/*.mak
!utils/smdlexp/smdlexp.mak
+*_osx32* # Specific Source build products
client.pdb
@@ -50,6 +52,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
|