.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sat, 09 Oct 2010 11:33:12 +0100
changeset 814 0588121c815b
parent 450 86c17b3e9100
permissions -rw-r--r--
Support copy and rename copy/rename destinations being unversioned and possibly ignored by the extension should not contain expanded keywords. Files copied/renamed from an ignored source are not touched. Add tests covering both of the above cases, plus the corner case of cp symlink foo; hg cp -A symlink foo (where foo becomes a regular file).

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST