From 16f956d6f336bee259f194db2480821777a8058b Mon Sep 17 00:00:00 2001
From: ZhiQiang Fan <aji.zqfan@gmail.com>
Date: Mon, 23 Nov 2015 18:32:35 -0700
Subject: [PATCH] ignore .eggs 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.

We need to ignore it.

Change-Id: Idd164c7c8952c70487253e5691ba2da33345059a
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9cc41b7a7..215d3f3cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ ChangeLog
 .tox
 .coverage
 *.egg-info/
+.eggs
 *.egg
 build/
 doc/build/