Skip to content

Instantly share code, notes, and snippets.

@bentsai
Created March 22, 2010 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentsai/340254 to your computer and use it in GitHub Desktop.
Save bentsai/340254 to your computer and use it in GitHub Desktop.
.hgignore file for Visual Studio 2008
# 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