From 12bc6fa566ecbd721afc79975e19a9abed0dfa73 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 11 Feb 2011 12:59:24 -0800 Subject: [PATCH] Adding distutils stuff to .gitignore. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3808001..e3abc3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc *.db *.orig -.DS_Store \ No newline at end of file +.DS_Store +dist +build +MANIFEST