From 529fedaaef1b46b34a5f543e3bfee1e492f82fe9 Mon Sep 17 00:00:00 2001 From: Charles Gordon Date: Mon, 28 Jan 2013 09:46:42 -0800 Subject: [PATCH] Adding build/ and dist/ to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9c4f53e..11c521c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ eggs # sdist develop-eggs .installed.cfg +build +dist # Installer logs pip-log.txt