From 0f50db33ae2fbd34ab91bfa4092fd847567dffab Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Wed, 10 Jan 2018 14:55:05 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fb118c682..286ce0161 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ releasenotes/build *.egg-info dist build +.eggs eggs parts var