From 27c2296b2ad6bcd5581bfdb15d4f14763f637375 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Wed, 13 Jul 2016 12:45:08 -0400 Subject: [PATCH] Update .gitignore to ignore all .egg things I had an .eggs/ directory created and .gitignore didn't pick it up. This commit modifies .gitignore to ignore all *.egg* things. Change-Id: I5168a1ee11ec03a693c16fe85fa3aa192cfbd69a --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39964f90..bf1d38ab 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,7 @@ *.db # Packages -*.egg -*.egg-info +*.egg* dist build eggs