Mercurial > nosedjango
annotate .hgignore @ 10:3b9fe61973cf
ignore .coverage files
author | Victor Ng <victor@monkeybean.ca> |
---|---|
date | Thu, 28 Aug 2008 13:45:46 -0400 |
parents | 22ae9aa457af |
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 |