ignore more VS2010 build files in .gitignore

This commit is contained in:
Joshua M. Doe 2012-06-28 13:04:41 -04:00
parent 0a54477f2d
commit 248db4f3f7
2 changed files with 14 additions and 4 deletions

9
.gitignore vendored
View File

@ -1,4 +1,6 @@
#ignore backup copies
*~
*.swp
#ignore thumbnails created by windows #ignore thumbnails created by windows
Thumbs.db Thumbs.db
#Ignore files build by Visual Studio #Ignore files build by Visual Studio
@ -26,4 +28,7 @@ Thumbs.db
obj/ obj/
[Rr]elease*/ [Rr]elease*/
_ReSharper*/ _ReSharper*/
[Tt]est[Rr]esult* [Tt]est[Rr]esult*
*.sdf
*.opensdf
ipch/

View File

@ -1,4 +1,6 @@
#ignore backup copies
*~
*.swp
#ignore thumbnails created by windows #ignore thumbnails created by windows
Thumbs.db Thumbs.db
#Ignore files build by Visual Studio #Ignore files build by Visual Studio
@ -26,4 +28,7 @@ Thumbs.db
obj/ obj/
[Rr]elease*/ [Rr]elease*/
_ReSharper*/ _ReSharper*/
[Tt]est[Rr]esult* [Tt]est[Rr]esult*
*.sdf
*.opensdf
ipch/