Apparently "setup.py dist" likes to make a MANIFEST and a dist/ --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2b1e099..7424e57 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ # / /bin /build +/dist +/MANIFEST -- 1.5.6.5