From 716ee228a2eeac5920fb7c5cb0fecc9c11ae1513 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 28 Aug 2014 16:02:39 -0600 Subject: [PATCH] gitignore: add setup.py things --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 349f702f8..c086b436c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ __pycache__ *.fbi doc/manual/_build /build +/dist +/*.egg-info