HGIGNORE for .NET Projects

Here’s the .hgignore file that I use when using Mercurial with .NET:

syntax: glob
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.scc
*.dbmdl
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
[Pp]ublish/
_UpgradeReport_Files/
UpgradeLog.XML

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s