From ebed6435b19e688a579d04e8819aa5d7c83df598 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 5 Feb 2014 17:22:08 +0100 Subject: [PATCH] Ignore files created by setup.sh --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4e92a18..4d3bf36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # Normal stuff *.pyc + +build/ +dist/ +MANIFEST -- 1.7.1