From 399cbe2b64737fb77d93562eac5b76ede6f81bd8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 13 May 2014 16:36:04 +0200 Subject: [PATCH] Hide artifacts of the sdist run Change-Id: I95ae71de061aedb04952904b9c424e7eaea0cdec --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff1dff07..c12977af 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ # Packages *.egg *.egg-info +ChangeLog +AUTHORS dist build eggs @@ -56,4 +58,4 @@ openid/* db.sqlite # Don't include Credentials if in local directory -openrc.sh \ No newline at end of file +openrc.sh