How do I ignore a folder with a name buildin the root of my project, but not ignore a folder with a name buildsomewhere else?
i.e.
/myprog/.hgignore
/myproj/make
/myproj/build <-ignore this
/myproj/lib/somelib/build <- dont ignore this
source
share