Skip to content

Instantly share code, notes, and snippets.

@maximz
Created September 5, 2010 08:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximz/565855 to your computer and use it in GitHub Desktop.
Save maximz/565855 to your computer and use it in GitHub Desktop.
Mercurial .hgignore file for Visual Studio 2010
# Mercurial (HG) ignore file for Visual Studio 2010
# use glob syntax
syntax: glob
# Ignore Visual Studio 2010 files
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
*.Cache
*.DS_Store
Thumbs.db
thumbs.db
_ReSharper.*
*.resharper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment