Mercurial > nosedjango
annotate .hgignore @ 12:a6e52c3b64a8 tip
added a version code to nosedjango
author | Victor Ng <victor@monkeybean.ca> |
---|---|
date | Fri, 29 Aug 2008 14:10:47 -0400 |
parents | 3b9fe61973cf |
children |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 | |
10 | 3 *.coverage |
4
20bca08c0828
ignore .orig files from hg revert
Victor Ng <victor@monkeybean.ca>
parents:
0
diff
changeset
|
4 *.orig |
0 | 5 *.pyc |
5
22ae9aa457af
excercise more bits of the django 1.0b1 test framework
Victor Ng <victor@monkeybean.ca>
parents:
4
diff
changeset
|
6 *.swp |
22ae9aa457af
excercise more bits of the django 1.0b1 test framework
Victor Ng <victor@monkeybean.ca>
parents:
4
diff
changeset
|
7 *.db |
0 | 8 *.egg-info |
9 build | |
10 dist | |
4
20bca08c0828
ignore .orig files from hg revert
Victor Ng <victor@monkeybean.ca>
parents:
0
diff
changeset
|
11 |