Created
March 22, 2010 16:48
-
-
Save bentsai/340254 to your computer and use it in GitHub Desktop.
.hgignore file for Visual Studio 2008
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ignore file for Visual Studio 2008 | |
# use glob syntax | |
syntax: glob | |
# Ignore these directories | |
bin/ | |
CVS/ | |
[Dd]ebug*/ | |
obj/ | |
[Rr]elease*/ | |
_ReSharper*/ | |
# Ignore these files | |
[Bb]uild[Ll]og.* | |
*~ | |
.\#* | |
*.bak | |
*.ncb | |
*.obj | |
*.pdb | |
*.suo | |
*.swp | |
*.user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment