by Nino
2. November 2009 16:32
I have been using Mercurial for a short while now, and wanted to share the contents of my .hgignore file for any other developers using Visual Studio with Hg (and Resharper). You may download the file from here (rename from hgignore.txt to .hgignore), and here are the contents:
syntax: glob
*.suo
*.user
*.FileListAbsolute.txt
*\bin\*
*\obj\*
*.ncb
*.nlb
*.aps
*.clw
*.pdb
*.obj
*.exe
*.pch
*.vspscc
*_i.c
*_p.c
*.tlb
*.tlh
*.bak
*.cache
*.Cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.sig
_ReSharper*\*