From 05c9fabc10fc8dc96ccbf79e91531895b748680f Mon Sep 17 00:00:00 2001 From: Ensiform Date: Sun, 23 Apr 2017 00:29:56 -0500 Subject: [PATCH] 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. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3dce9620..d89d412b 100644 --- a/.gitignore +++ b/.gitignore @@ -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