From 896d279ab9ee33102d38549825b76a490e1d329d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 3 Aug 2019 03:57:47 +0200 Subject: Add some distribution-related files to .gitignore I always run Git with status.showUntrackedFiles = no, but might be nice for other people. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b64..70f2867 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pyc +build/ +*.egg-info/ +dist/ -- cgit v1.2.3