.hgignore file for Visual Studio development

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*\*

 

Tags: ,

Software Development

Comments

5/24/2010 2:56:28 AM #

trackback

Updates to Nino’s .hgignore files for Visual Studio

As I move more of my repositories from SVN to Mercurial , I’m constantly referring to Nino’s sample

Patrick Steele's .NET Blog

5/24/2010 3:39:45 AM #

pingback

Pingback from shinguyen.net

Updates to Nino’s .hgignore files for Visual Studio | OOP - Object Oriented Programing

shinguyen.net

Comments are closed

RecentPosts