From ca947c2e5b8cee34a5f402998f3a5f3bdbd9bd9b Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Thu, 12 Jan 2017 17:53:35 +0800 Subject: [PATCH] Update .gitignore The `.eggs` directory is generated by command `python setup.py install`. Better put that into .gitignore Change-Id: I181991e5dbb91dae2372b0330087e628df9f3021 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b45bd28a..01d37b05 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ dist build .venv +.eggs eggs parts bin