summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2018-01-10 14:55:05 -0500
committerJim Rollenhagen <jim@jimrollenhagen.com>2018-01-10 14:57:09 -0500
commit0f50db33ae2fbd34ab91bfa4092fd847567dffab (patch)
tree36c189672906fdca08e406dee2e9b5f1faf30a86
parent5a427eed5c70c976161bc151d2603ffb95918b28 (diff)
downloadpython-ironicclient-0f50db33ae2fbd34ab91bfa4092fd847567dffab.tar.gz
Ignore .eggs from git
This started popping up on my machine when installing this project as editable (`pip install -e`). Ignore it, we clearly don't want it. Change-Id: Idf520e3d274460bd820a16b52047f47e8ac47913
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fb118c6..286ce01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ releasenotes/build
*.egg-info
dist
build
+.eggs
eggs
parts
var