Created
July 6, 2011 15:50
-
-
Save cdownie/1067581 to your computer and use it in GitHub Desktop.
Visual Studio .hgignore
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
# use glob syntax. | |
syntax: glob | |
#OS junk files | |
[Tt]humbs.db | |
*.DS_Store | |
#Visual Studio files | |
*.[Oo]bj | |
*.exe | |
*.pdb | |
*.user | |
*.aps | |
*.pch | |
*.vspscc | |
*.vssscc | |
*_i.c | |
*_p.c | |
*.ncb | |
*.suo | |
*.tlb | |
*.tlh | |
*.bak | |
*.[Cc]ache | |
*.ilk | |
*.log | |
*.lib | |
*.sbr | |
*.sdf | |
ipch/ | |
obj/ | |
[Bb]in | |
[Dd]ebug*/ | |
[Rr]elease*/ | |
Ankh.NoLoad | |
#Tooling | |
_ReSharper*/ | |
*.resharper | |
[Tt]est[Rr]esult* | |
#Project files | |
[Bb]uild/ | |
#Subversion files | |
.svn | |
# Office Temp Files | |
~$* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment