From ec4c91c20ede286622cb2681d8ccafe2fdeeff64 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Sat, 25 Jan 2014 17:57:29 -0500 Subject: [PATCH] add 'build' to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a9f95c..3de0350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.egg-info dist/* +build/* .DS_Store .watchr