changeset 0 | 9a77edda77b7 |
child 4 | f9757a637d04 |
-1:000000000000 | 0:9a77edda77b7 |
---|---|
1 # use glob syntax. |
|
2 syntax: glob |
|
3 |
|
4 *.pyc |
|
5 *.zip |
|
6 *~ |
|
7 .project |
|
8 .pydevproject |
|
9 app.yaml |
|
10 build |
|
11 tests/coverageResults |
|
12 *,cover |
|
13 tests/.coverage |
|
14 *.git |
|
15 *.egg-info |
|
16 eggs |
|
17 parts |
|
18 .installed.cfg |
|
19 bin |
|
20 develop-eggs |
|
21 .gitignore |
|
22 .DS_Store |
|
23 .settings |