From 1ccebf70427f80653f6fb202bb3634f87404447b Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Mon, 16 Jan 2017 21:05:57 +0800 Subject: [PATCH] Update .gitignore The `.eggs` directory is generated by command `python setup.py install`, better put it into .gitignore. This patch optimizes .gitignore. Change-Id: I15bd7db54afac87ab426be2d0c670591c0af56dd Closes-bug: #1656837 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ccb8ba6cb..66bf93a4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -11,13 +11,13 @@ .tox .venv .idea +*.egg* AUTHORS Authors build/* build-stamp CA/ ChangeLog -manila.egg-info cover/* covhtml dist/*