.hgignore
author Christian Ebert <blacktrash@gmx.net>
Mon, 26 Jul 2010 12:32:45 +0200
changeset 773 9f939fae8ff3
parent 450 86c17b3e9100
permissions -rw-r--r--
Move collecting of [keyword] patterns to reposetup (issue2303) When cloning, prevent [keyword] filename patterns configured locally in the source directory to persist during the update in the destination. a) move [keyword] retrieval (back) to reposetup b) remove the corresponding global kwtools attributes Add test cases.

syntax: glob

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

build/*
MANIFEST