annotate .hgignore @ 208:ede78fbd509a

Revamped files.File This changes (simplifies) file search path: * when searching for testconf, .../testconf.py is now given precendence over .../tests/testconf.py; * when searching inside archives, a/tests/b/c is now given precedence over a/c.
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 18 Aug 2011 02:20:24 +0300
parents 6e6b0ea63fa1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83
37c4ad87583c Several small fixes
Oleg Oshmyan <chortos@inbox.lv>
parents: 51
diff changeset
1 \.(pyc|pyo|class|orig)$
187
6215dbc1fbb5 Updated .hgignore
Oleg Oshmyan <chortos@inbox.lv>
parents: 83
diff changeset
2 ^upreckon/(upreckon|_unix\.so)$
6215dbc1fbb5 Updated .hgignore
Oleg Oshmyan <chortos@inbox.lv>
parents: 83
diff changeset
3 (/|^)suite$
6215dbc1fbb5 Updated .hgignore
Oleg Oshmyan <chortos@inbox.lv>
parents: 83
diff changeset
4 ^(build|dist|upreckon\.egg-info)$
192
6e6b0ea63fa1 Added zipfiles/diff.sh to the repository
Oleg Oshmyan <chortos@inbox.lv>
parents: 187
diff changeset
5 ^zipfiles/zipfile\d+-original.py$