Updated .hgignore and .gitignore

This commit is contained in:
Carl Meyer 2011-04-28 17:15:33 -05:00
parent 5c5abdce23
commit 02ba36f2dd
2 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
dist/*
django_model_utils.egg-info/*
HGREV
.coverage
.tox/
Django-*.egg

View file

@ -1,5 +1,6 @@
^dist/
^django_model_utils.egg-info/
^django_model_utils\.egg-info/
^HGREV$
^.coverage$
^.tox/
^\.coverage$
^\.tox/
^Django.*\.egg$