Add a bunch of build file artefacts to gitignore
authorMarc Cannon <vyhdycokio@gmail.com>
Sat, 19 Jan 2013 15:48:44 +0000 (10:48 -0500)
committerPat Mac <itgpmc@gmail.com>
Thu, 7 Feb 2013 09:36:18 +0000 (01:36 -0800)
.gitignore

index 8a7bd53..8180658 100644 (file)
@@ -16,8 +16,6 @@ src/.deps/
 src/Makefile
 src/archutils/Unix/verinc
 src/config.h
-src/version.bin
-src/verstub.cpp
 src/stamp-h1
 version.h
 version.txt
@@ -25,3 +23,20 @@ assets/utilities/itg2-util/src/.deps/
 src/libresample/src/config.h
 src/libresample/tests/testresample
 run
+
+# Visual Studio build artefacts
+*.obj\r
+build-vs2008\r
+build-vs2010\r
+ipch
+*.user
+Debug
+Release\r
+Release-SSE2
+*.sdf
+*.suo
+*.pdb
+
+# Windows build artefacts
+src/verstub.cpp
+src/version.bin
\ No newline at end of file