diff options
| author | Narendra Umate <[email protected]> | 2013-09-07 15:19:02 -0700 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-09-07 15:19:02 -0700 |
| commit | e694a32b03544eb1f50f49dc1eaf50f93c7c6abf (patch) | |
| tree | 604cdb6239a7c6fec1b8f7acc2d7a26ebe1b7021 /.gitignore | |
| parent | Added bloom shader and screenspace effect helpers as examples for the SDK. (diff) | |
| download | source-sdk-2013-e694a32b03544eb1f50f49dc1eaf50f93c7c6abf.tar.xz source-sdk-2013-e694a32b03544eb1f50f49dc1eaf50f93c7c6abf.zip | |
Update .gitignore.
Ignore vpc_crc and filters extensions.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ ipch *.opensdf
*.idb
*.vcxproj
-*.sln
+*.sln +*.vpc_crc +*.filters
# OSX/Linux build products
*.mak
|