Is there a command line way to ignore an entire subfolder in my repository?
|
6
|
Could you specify what you mean by command line way.
If you just need to ignore a subfolder in your repository you should add an entry to your
Detailed information you can find here: http://www.selenic.com/mercurial/hgignore.5.html |
|||||||||
|
|
4
|
Make a file called
That's it. Your subfolder is now ignored. Note that Mercurial will not ignore files that are already checked in. You'll need to |
||
|
|