From a8ff44622912a054af33dfd730376e1d428049cc Mon Sep 17 00:00:00 2001 From: Stephan Sokolow Date: Thu, 22 May 2014 00:48:59 -0400 Subject: [PATCH] Add the setup.py-produced "build" folder to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05ea79d..05228da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.py[cod] -.DS_Store \ No newline at end of file +.DS_Store +build