Ignore eggs dir in case setup was run directly

Running setup creates .eggs directory - ignore it.

Change-Id: If7b27b5eb37fc9928f164d2a631b32b6c2787941
This commit is contained in:
Stanisław Pitucha 2015-09-07 11:37:31 +10:00
parent 222684e825
commit 7e34872d96
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ cover/*
.cover
.coverage
docs/_build
.eggs/