From b95dc592b92ea136da314b2849c756cb4b2b7f3c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 12 Dec 2012 21:43:27 +1100 Subject: [PATCH] ignore build directory and compiled python bits --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b25c15b8..6a0d5e64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *~ +build +*.pyc