Add cdist.egg-info/ to gitignore

When installing the package in editable mode, cdist.egg-info/ is created
and is necessary for editable mode to work properly.
This commit is contained in:
lubo 2018-01-06 17:19:27 +01:00
parent ec9ce90b8b
commit 9779c8c0f8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ __pycache__/
MANIFEST
dist/
cdist/version.py
cdist.egg-info/
# sphinx build dirs, cache
_build/