Mercurial > roundup-cc
annotate .hgignore @ 2:3e9f4a6803d1
replaced funtion with string.isdigit.
author | sean |
---|---|
date | Wed, 15 Apr 2015 11:40:28 +0200 |
parents | 2df45f6ecd81 |
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_* |