annotate .hgignore @ 193:a76cdc26ba9d

Added conf. var. match and match='regexp' for non-archives Specify match='regexp', and your tests and dummies will be treated as regular expressions describing test case identifiers. Every file that is in a suitable location and whose name matches {testcase,dummy}inname and the given regexp will be treated as a file with test case input data. You are free to use backreferences in the regexps, but group numbering starts at two rather than one. If you want test groups, you can get them magically created for you by putting a part of the test ID in a group in the regexp sense and specifying the tests variable as a pair consisting of the regexp itself and the number of this regexp group (remember group numbers start at two).
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 11 Aug 2011 23:20:52 +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$