From c7f13ed5e5a2e15e797511da6e80dd74683c5979 Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 11 Dec 2012 13:37:30 -0800 Subject: [PATCH] Ignore sdist output [ci skip] --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 77e536a..25a740f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ ._* *.pyc *.egg-info +dist/ +TODO.txt local.py