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