From 12d503b549a3774b97c5a152e8d869328f978187 Mon Sep 17 00:00:00 2001 From: Alex Clemmer Date: Sat, 20 Nov 2010 22:47:36 -0700 Subject: [PATCH] Add gitignore for Visual Studio projects --- VisualStudio.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 VisualStudio.gitignore diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore new file mode 100644 index 00000000..88085d2b --- /dev/null +++ b/VisualStudio.gitignore @@ -0,0 +1,36 @@ +# Causes git to ignore things like auto-generated files. This file +# is part of Chris Wanstrath's gitignore collection at +# www.github.com/github/gitignore +# +# Be advised that I have only intensively tested this over c# +# projects, although it should still work for any other VS stuff. +# +# +#ignore thumbnails created by windows +Thumbs.db +#Ignore files build by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult*