mirror of
https://github.com/github/gitignore
synced 2025-02-20 01:19:09 +01:00
Update CSharp.gitignore
Incorporate additions from: http://stackoverflow.com/questions/2143956/gitignore-for-visual-studio-projects-and-solutions
This commit is contained in:
parent
901861ebc1
commit
25f46bc745
@ -3,6 +3,7 @@
|
|||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
||||||
# mstest test results
|
# mstest test results
|
||||||
|
TestResults/
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
|
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
@ -14,14 +15,14 @@
|
|||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug*/
|
||||||
[Rr]elease/
|
[Rr]elease*/
|
||||||
x64/
|
x64/
|
||||||
*_i.c
|
*_i.c
|
||||||
*_p.c
|
*_p.c
|
||||||
*.ilk
|
*.ilk
|
||||||
*.meta
|
*.meta
|
||||||
*.obj
|
*.[Oo]bj
|
||||||
*.pch
|
*.pch
|
||||||
*.pdb
|
*.pdb
|
||||||
*.pgc
|
*.pgc
|
||||||
@ -36,6 +37,7 @@ x64/
|
|||||||
*.vspscc
|
*.vspscc
|
||||||
*.vssscc
|
*.vssscc
|
||||||
.builds
|
.builds
|
||||||
|
*.unsuccessfulbuild
|
||||||
|
|
||||||
# Visual C++ cache files
|
# Visual C++ cache files
|
||||||
ipch/
|
ipch/
|
||||||
@ -54,6 +56,7 @@ ipch/
|
|||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
# ReSharper is a .NET coding add-in
|
||||||
_ReSharper*/
|
_ReSharper*/
|
||||||
|
*.ReSharper.user
|
||||||
|
|
||||||
# NCrunch
|
# NCrunch
|
||||||
*.ncrunch*
|
*.ncrunch*
|
||||||
@ -91,15 +94,27 @@ AppPackages/
|
|||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
|
|
||||||
|
#MonoDevelop
|
||||||
|
*.pidb
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
*.Cache
|
*.[Cc]ache
|
||||||
ClientBin/
|
ClientBin/
|
||||||
[Ss]tyle[Cc]op.*
|
[Ss]tyle[Cc]op.*
|
||||||
~$*
|
~$*
|
||||||
*.dbmdl
|
*.dbmdl
|
||||||
|
Ankh.NoLoad
|
||||||
|
*.sass-cache
|
||||||
|
.svn/
|
||||||
|
|
||||||
# Backup & report files from converting an old project file to a newer
|
# Backup & report files from converting an old project file to a newer
|
||||||
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||||
_UpgradeReport_Files/
|
_UpgradeReport_Files/
|
||||||
Backup*/
|
Backup*/
|
||||||
UpgradeLog*.XML
|
UpgradeLog*.XML
|
||||||
|
|
||||||
|
#OS meta files + shortcut links
|
||||||
|
[Tt]humbs.db
|
||||||
|
*.DS_Store
|
||||||
|
*.lnk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user