From 5fb01151d11fc617cf78c5f8ad0a6471b3deb17f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 17 May 2017 15:31:24 -0400 Subject: [PATCH] .gitignore: Ignore egg-info. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c18dd8d..aadc86c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +*.egg-info/ __pycache__/