From aaa15e7af0514e1788aa0e41e958b43e894ae3d2 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Wed, 18 Jan 2017 10:33:38 +0800 Subject: [PATCH] Update .gitignore The `.eggs` directory is generated by command `python setup.py install`, better put it into .gitignore. Change-Id: I3dc8453d3c2304a713301152170ca366d31d79cf --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7c61d1b..c49a2d48 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ var sdist develop-eggs .installed.cfg +.eggs lib lib64