changeset 0 | 5fb12cd6d64d |
child 12 | 0a2b4e85a4ab |
-1:000000000000 | 0:5fb12cd6d64d |
---|---|
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 index.yaml |
|
24 app/settings.py |
|
25 .settings |