author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 04 Feb 2011 16:37:56 +0530 | |
changeset 557 | a8102f88008c |
parent 552 | 4ad59c93c2bd |
permissions | -rw-r--r-- |
389
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
1 |
# use glob syntax. |
240 | 2 |
syntax: glob |
3 |
||
4 |
*.pyc |
|
389
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
5 |
*.zip |
240 | 6 |
*~ |
389
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
7 |
.project |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
8 |
.pydevproject |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
9 |
app.yaml |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
10 |
build |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
11 |
tests/coverageResults |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
12 |
*,cover |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
13 |
tests/.coverage |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
14 |
*.git |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
15 |
*.egg-info |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
16 |
eggs |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
17 |
parts |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
18 |
.installed.cfg |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
19 |
bin |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
20 |
develop-eggs |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
21 |
.gitignore |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
22 |
.DS_Store |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
23 |
.settings |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
24 |
.*.swp |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
25 |
*.egg |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
26 |
*.egg-link |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
27 |
*.svn* |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
28 |
*.wpr |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
29 |
.installed.cfg |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
30 |
src/* |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
31 |
parts |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
32 |
downloads |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
33 |
.xvpics* |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
34 |
.project |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
35 |
pytask/local.py |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
36 |
pytask/pytask.egg-info |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
37 |
pytask/static/media |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
38 |
apache/* |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
39 |
*.swp |
240 | 40 |
*.bak |
389
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
41 |
*.swo |
a25800ef4217
Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
385
diff
changeset
|
42 |
*.db-journal |
240 | 43 |
*.db |
399
e081065bc80c
Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
389
diff
changeset
|
44 |
migrations |
552
4ad59c93c2bd
Add wsgi option and log file option.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
399
diff
changeset
|
45 |
wsgi.log |