Skip to content

Instantly share code, notes, and snippets.

@corydeppen
Created July 23, 2010 22:50
Show Gist options
  • Save corydeppen/488169 to your computer and use it in GitHub Desktop.
Save corydeppen/488169 to your computer and use it in GitHub Desktop.
Mercurial .hgignore file to be used with Visual Studio
# For use with Visual Studio
syntax: glob
*.suo
*.user
*.FileListAbsolute.txt
*\bin\*
*\obj\*
*.ncb
*.nlb
*.aps
*.clw
*.pdb
*.obj
*.exe
*.pch
*.vspscc
*.vsmdi
*_i.c
*_p.c
*.tlb
*.tlh
*.bak
*.cache
*.Cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.sig
_ReSharper*\*
TestResults\*
desktop.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment