author | Shantanu <shantanu@fossee.in> |
Fri, 02 Oct 2009 20:35:23 +0530 | |
changeset 16 | 17db9913a8ff |
parent 11 | 2b21f6434ce2 |
child 18 | 83ab2746fcc8 |
permissions | -rwxr-xr-x |
4 | 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 |
|
11
2b21f6434ce2
Add settings.py to .hgignore.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
4
diff
changeset
|
24 |
settings.py |
4 | 25 |
.settings |