annotate .hgignore @ 19:12360c04fa48

From: Thomas Arendsen Hein <thomas@intevation.de> mercurial 0.4d had the same problems with removing files, but attached is a patch which fixes that problem. The key change is in dircache.remove(): del self[f] should have been del self.map[f] This error was hidden by the 'except: pass' statement.
author mpm@selenic.com
date Wed, 04 May 2005 15:32:16 -0800
parents e5a480dadca3
children 0cbcdb855156
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
273ce12ad8f1 Update README to discuss remote pull, rsync, and the hg repo
mpm@selenic.com
parents:
diff changeset
1 .*~
3
3a6392190075 Ignore build/ and .pyc files
mpm@selenic.com
parents: 1
diff changeset
2 .*pyc
3a6392190075 Ignore build/ and .pyc files
mpm@selenic.com
parents: 1
diff changeset
3 build/.*
8
e5a480dadca3 Ignore MANIFEST
mpm@selenic.com
parents: 6
diff changeset
4 dist/
e5a480dadca3 Ignore MANIFEST
mpm@selenic.com
parents: 6
diff changeset
5 MANIFEST$