diff --git a/.gitignore b/.gitignore index 06454bb..68cead8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ dist/* django_model_utils.egg-info/* HGREV +.coverage +.tox/ +Django-*.egg diff --git a/.hgignore b/.hgignore index 75609be..b7825ff 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,6 @@ ^dist/ -^django_model_utils.egg-info/ +^django_model_utils\.egg-info/ ^HGREV$ -^.coverage$ -^.tox/ \ No newline at end of file +^\.coverage$ +^\.tox/ +^Django.*\.egg$