Top "Hgignore" questions

The .hgignore file is used to configure the Mercurial SCM to ignore specific files or file extensions, excluding them from a repository.

How can I ignore everything under a folder in Mercurial

I am looking for an expression for the .hgignore file, to ignore all files beneath a specified folder. eg: I …

version-control mercurial hgignore
Mercurial ignore file

I'm trying to get Mercurial to ignore a configuration file, but I'm failing to get it working. I have created …

mercurial ignore hgignore
How to list all files in a repository in Mercurial (hg)?

Is there a command in mercurial that will list all files currently under source control? I can do a dir /…

mercurial hgignore
Mercurial .hgignore for Visual Studio 2008 projects

What is a good setup for .hgignore file when working with Visual Studio 2008? I mostly develop on my own, only …

visual-studio visual-studio-2008 mercurial hgignore
ignoring folders in mercurial

Caveat: I try all the posibilities listed here: How can I ignore everything under a folder in Mercurial. None works …

regex mercurial hgignore ignore-files
Mercurial: How to ignore changes to a tracked file

I have a file with database settings in my project which I have set to some defaults. The file is …

version-control mercurial configuration-files hgignore
hgignore: help ignoring all files but certain ones

I need an .hgdontignore file :-) to include certain files and exclude everything else in a directory. Basically I want …

regex mercurial hgignore
How do I make mercurial ignore any file with .xxx extension

I want Mercurial to ignore any file with a certain extension. For example, I wanted to ignore files with a .…

mercurial file-extension hgignore
abort: untracked file in working directory differs from file in requested revision: '.hgignore'

I am trying to pull some files and directories and I am having the following messages: When I look in …

mercurial hgignore
Mercurial .hgignore for Visual Studio 2010 projects

Not to be confused with Mercurial .hgignore for Visual Studio 2008 projects I was asking whether if that same file can …

visual-studio-2010 visual-studio mercurial hgignore