From 58e42deaa0e2506533cea1a02e4e2c7a771d9314 Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Thu, 30 Jun 2016 18:00:39 -0400 Subject: [PATCH] Add .eggs to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2d77951b..cfb12d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ borg.dist/ borg.exe .coverage .vagrant +.eggs