annotate .hgignore @ 240:2798cbebd83a

Re-allowed callable output validators to give comments as Unicode strings At the same time: * removed an unnecessary sys.stdout.flush() on Python 2, * removed an unnecessary variable re-initialization.
author Oleg Oshmyan <chortos@inbox.lv>
date Tue, 11 Dec 2012 02:48:00 +0200
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$