Hi,
I'm using mercurial for a project. I want to ignore a file within the project folder so it cannot be added to source control accidentally. Looks like:
/myproject
/src
private.cpp
public.cpp
so I want to explicitly ban private.cpp from ever being added, is that possible?
Thanks