1
0
mirror of https://github.com/github/gitignore synced 2024-11-30 07:34:22 +01:00

Add gitignore for Visual Studio projects

This commit is contained in:
Alex Clemmer 2010-11-20 22:47:36 -07:00
parent 9c7b92ae3b
commit 12d503b549

36
VisualStudio.gitignore Normal file
View File

@ -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*