annotate .hgignore @ 11:9af906a73061

added a 404.html file and updated the testcases to run against Django svn rev 8693 (post 1.0b1)
author Victor Ng <victor@monkeybean.ca>
date Fri, 29 Aug 2008 00:46:22 -0400
parents 3b9fe61973cf
children
rev   line source
0
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
1 syntax: glob
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
2
10
3b9fe61973cf ignore .coverage files
Victor Ng <victor@monkeybean.ca>
parents: 5
diff changeset
3 *.coverage
4
20bca08c0828 ignore .orig files from hg revert
Victor Ng <victor@monkeybean.ca>
parents: 0
diff changeset
4 *.orig
0
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
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
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
8 *.egg-info
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
9 build
ff263bdd455e initial checkin
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
10 dist
4
20bca08c0828 ignore .orig files from hg revert
Victor Ng <victor@monkeybean.ca>
parents: 0
diff changeset
11