From 937270f396cdda860081bf65cfe023da03d397ed Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 7 Oct 2013 19:07:03 +0530 Subject: modified .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0fe2c40..70bfe0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc -build/ +build/* +tests/* -- cgit