comparison .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
comparison
equal deleted inserted replaced
4:20bca08c0828 5:22ae9aa457af
1 syntax: glob 1 syntax: glob
2 2
3 *.orig 3 *.orig
4 *.pyc 4 *.pyc
5 *.swp
6 *.db
5 *.egg-info 7 *.egg-info
6 build 8 build
7 dist 9 dist
8 10