From db5c4aa90a09aadce25dc4509b967c5eed108dba Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Mon, 24 Jan 2011 12:52:46 +0530 Subject: [PATCH] added build to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62197f4..6da4b94 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *~ *build/doctrees/ *.db +*src/build/* *local_settings.py