Update gitignore to cleanup some build spam

Noticed a lot of spam on newer VS builds. Primarily 2017 so I updated these to cut out a lot of cruft from git status log that doesn't belong on the repo.
This commit is contained in:
Ensiform 2017-04-23 00:29:56 -05:00
parent 7eec9a733f
commit 05c9fabc10
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -8,7 +8,7 @@
/tools/urt/tools/quake3/q3map2/Debug /tools/urt/tools/quake3/q3map2/Debug
/tools/urt/tools/quake3/q3map2/Release /tools/urt/tools/quake3/q3map2/Release
/.sconsign.dblite /.sconsign.dblite
/.vs/radiant/v14/.suo /.vs/*
/radiant.opensdf /radiant.opensdf
/radiant.sdf /radiant.sdf
/radiant.suo /radiant.suo
@ -17,6 +17,8 @@
/radiant.VC.db /radiant.VC.db
/site.sconf /site.sconf
*.log
*.pdb
*.obj *.obj
*.pyc *.pyc
*.so *.so