From 02ba36f2dde075d003dc7894dfb6161c9420dcfa Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 28 Apr 2011 17:15:33 -0500 Subject: [PATCH] Updated .hgignore and .gitignore --- .gitignore | 3 +++ .hgignore | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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$