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:
parent
9c7b92ae3b
commit
12d503b549
36
VisualStudio.gitignore
Normal file
36
VisualStudio.gitignore
Normal 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*
|
Loading…
Reference in New Issue
Block a user