summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2015-11-23 18:32:35 -0700
committerZhiQiang Fan <aji.zqfan@gmail.com>2015-11-23 18:35:44 -0700
commit16f956d6f336bee259f194db2480821777a8058b (patch)
treeff8eb4d8d14a01f5bd18b15a980a45f3cff3bfdd /.gitignore
parent5840ab3340b49a5862551df1209e3e53fc8bc978 (diff)
downloadoslo-messaging-16f956d6f336bee259f194db2480821777a8058b.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9cc41b7..215d3f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ ChangeLog
.tox
.coverage
*.egg-info/
+.eggs
*.egg
build/
doc/build/