From 833af52734b0c358af28e57cc64c22ff12b9683d Mon Sep 17 00:00:00 2001 From: Rich Leland Date: Fri, 6 Jan 2012 21:03:16 -0500 Subject: [PATCH] Ignore tox files, test media folder. --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3abc3c..f013ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ -*.pyc *.db +*.egg* *.orig +*.pyc .DS_Store -dist -build +.tox MANIFEST +build +dist +/tests/media