From 60a1ea01e5dbaae07b371b31b4ae9a41a5ca8857 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 4 Feb 2014 14:12:49 +0100 Subject: [PATCH] Add *.egg to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91f1603..e832a97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.egg-info +*.egg build/ dist/ html/