author | Sverre Rabbelier <sverre@rabbelier.nl> |
Fri, 01 May 2009 00:32:18 +0200 | |
changeset 2291 | 3e21586df316 |
parent 2290 | a9f77dea9e73 |
child 2293 | 57fab599444a |
permissions | -rw-r--r-- |
2275
030d014792c5
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff
changeset
|
1 |
# use glob syntax. |
030d014792c5
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff
changeset
|
2 |
syntax: glob |
030d014792c5
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff
changeset
|
3 |
|
030d014792c5
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff
changeset
|
4 |
*.pyc |
2290
a9f77dea9e73
Ignore zip files and build directory
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
2275
diff
changeset
|
5 |
*.zip |
2291
3e21586df316
Ignore backup files (*~)
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
2290
diff
changeset
|
6 |
*~ |
2275
030d014792c5
Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff
changeset
|
7 |
app.yaml |
2290
a9f77dea9e73
Ignore zip files and build directory
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
2275
diff
changeset
|
8 |
build |