From 6cd191db4fd2a1f2593e0d120001073781ba698f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 1 Oct 2015 13:59:05 +0200 Subject: [PATCH] Ignore build folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c012aaa..8cba18ff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ env env* dist +build *.egg *.egg-info _mailinglist