From c01158b74db4aeb5ed8e81ddf9162424e6557edc Mon Sep 17 00:00:00 2001 From: Josh VanderLinden Date: Fri, 1 Oct 2010 17:42:47 -0400 Subject: [PATCH] Updating ignores --- .gitignore | 2 ++ .hgignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cd34636..73a9725 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +django_axes.egg-info *.pyc build +dist .hg diff --git a/.hgignore b/.hgignore index 34d9006..ded44a2 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,7 @@ syntax: glob +django_axes.egg-info *.pyc build +dist *.swp .git