From 259e9888eb4783fea9483bf9c574c2d0e7a55884 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 9 Mar 2017 11:30:11 +0000 Subject: [PATCH] Add .eggs to the .gitignore file If you run tox -epep8 an .eggs file will be generated and currently it's being tracked by the python-lib git repo, which is annoying. This patch is adding the .eggs to the .gitignore file to avoid it. Change-Id: I960cd0de3f32b343dd029707881987ef176f4fd9 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c2b429e..b384b556 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ doc/source/api/ dist build eggs +.eggs parts var sdist