From 05d0fce0aae6760e7cd8ad11bb68afa88a29fb77 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 29 Sep 2015 16:59:10 +0200 Subject: [PATCH] Add .eggs/ to gitignore This directory keeps appearing, not sure why, probably when I rebuild the tox environment. From the README file in this directory: This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins. This directory caches those eggs to prevent repeated downloads. However, it is safe to delete this directory. Change-Id: I67347b3e5b06f8b009df94f965b73dd2f8723475 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b4b891365..4a3a5ff2d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ var sdist develop-eggs .installed.cfg +.eggs/ # Other *.DS_Store