I have the following .hgignore:
\.pyc$
yet in my hg st .pyc files still appear as modified and get committed with hg ci.
I've also tried this .hgignore:
syntax: glob
*.pyc
But with the same results..
Any idea what could be wrong?
|
I have the following .hgignore:
yet in my I've also tried this .hgignore:
But with the same results.. Any idea what could be wrong? |
||||
|
|
Did you try:
(In order to ignore any path followed by any filename ended with the extension ' Of course, your files with ' ... which turns out to be the actual problem, from the OP's comment:
|
||||
|