.hgignore directory "_notes" throughout repository tree?
Posted
by Subu
on Stack Overflow
See other posts from Stack Overflow
or by Subu
Published on 2010-04-14T09:41:58Z
Indexed on
2010/04/14
9:42 UTC
Read the original article
Hit count: 291
I want to ignore all directories "_notes" throughout a repository. _notes is generated by dreamweaver and is not part of the project itself, but these directories are scattered throughout the project.
Somehow ^_notes$ is not doing the job in .hgignore ... Do I have to direct .hgignore to each and every directory "_notes" or does it do it recursively?
I am not quite sure about the man pages
© Stack Overflow or respective owner