mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-12-04 01:51:16 +00:00
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:
parent
7eec9a733f
commit
05c9fabc10
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -8,7 +8,7 @@
|
|||
/tools/urt/tools/quake3/q3map2/Debug
|
||||
/tools/urt/tools/quake3/q3map2/Release
|
||||
/.sconsign.dblite
|
||||
/.vs/radiant/v14/.suo
|
||||
/.vs/*
|
||||
/radiant.opensdf
|
||||
/radiant.sdf
|
||||
/radiant.suo
|
||||
|
@ -17,6 +17,8 @@
|
|||
/radiant.VC.db
|
||||
/site.sconf
|
||||
|
||||
*.log
|
||||
*.pdb
|
||||
*.obj
|
||||
*.pyc
|
||||
*.so
|
||||
|
|
Loading…
Reference in a new issue