Mercurial > roundup-cc
annotate .hgignore @ 1:2df45f6ecd81
new appereance (solid and dotted lines), resonsive layout, new legend,
new structure, cronjob-friendly
dynamic generation of search-strings, dynamic recognition of error-values,
ignores non-numeric priority-IDs
author | sean |
---|---|
date | Tue, 14 Apr 2015 13:32:12 +0200 |
parents | 3f139db894f1 |
children | a1e71b5e4d68 |
rev | line source |
---|---|
0 | 1 syntax: regexp |
2 ^\.idea/ | |
3 | |
4 syntax: glob | |
5 *.orig | |
6 *.pyc | |
7 *.pyo | |
8 *.swp | |
1
2df45f6ecd81
new appereance (solid and dotted lines), resonsive layout, new legend,
sean
parents:
0
diff
changeset
|
9 *.db |
0 | 10 __pycache__ |
1
2df45f6ecd81
new appereance (solid and dotted lines), resonsive layout, new legend,
sean
parents:
0
diff
changeset
|
11 collect_data* |
2df45f6ecd81
new appereance (solid and dotted lines), resonsive layout, new legend,
sean
parents:
0
diff
changeset
|
12 display_issues_* |