Windows cannot pick up my .hgignore file. I run Mercurial from the command line and the βhg statusβ shows a lot of files in ignored directories.
The .hgignore file looks like this (there are no spaces at the beginning of the file or at the beginning of each line). I put it in the root directory of the repository.
\.pyc$ \.pyo$ \.DS_Store \.Python \.installed.cfg ^bin$ ^build$ ^develop-eggs$ ^eggs$ ^include$ ^lib$ ^parts$ ^pip-log.txt$ ^web/localsettings.py$
I tried to save the file in ANSI and UTF-8, and it does not seem to matter.
I know the file works fine on Linux, is there anything else in the paths on Windows?
AP257 source share