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.

Interconversion of gitignore and hgignore?

I'm just starting to use hg-git to push some mercurial repositories to github, and I'm realizing that if people check …

git version-control mercurial gitignore hgignore
Is there an ignore-on-commit option in mercurial?

Is there any way to ignore changes to some files on a commit with mercurial? I've got a specific situation …

mercurial hgignore
.hgignore not working for mercurial

I use mercurial for php projects and my .hgignore file is not working. It's supposed to be placed in the .…

mercurial hgignore
Mercurial: Globally Ignore Files

I know about .hgignore and how I can ignore files on a project-by-project basis. I want to ignore stuff for …

mercurial hgignore hgrc
Mercurial ignore-file for Eclipse and Android development

I have seen samples for Mercurial ignore files for Visual Studio, amongst others. I've just started playing around with Android …

android eclipse mercurial hgignore
Mercurial .hgignore for Visual Studio 2012 projects

I currently use the answer to a similar question for Visual Studio 2010 as my go to hgignore file. Are there …

visual-studio visual-studio-2012 mercurial hgignore
Global hgignore usage

In my mercurial.ini file, I call a global hgignore file like this: [ui] ignore = ~/hgignore.ini This refers to …

mercurial hgignore
.hgignore whole directory tree excepting one specific file

Can anyone tell me the .hgignore pattern to track one specific file in a directory and to ignore everything else? …

mercurial hgignore
Mercurial .hgignore for Android Studio projects

What files should be ignored in Mercurial when using Android Studio (1.0 RC4 Windows) for development? Creating new application project also …

android mercurial android-studio hgignore
hg local ignore

I could have sworn there was a way to keep a local ignore file in an hg repo, i.e. …

version-control mercurial dvcs hgignore