From 1009cf898887ae910ae3e4a49a95e376321ee32c Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 8 Mar 2016 15:20:12 +0100 Subject: [PATCH] PCKG exclude dist/ and build/ from repository --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6c58997..c2841b4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ temp # packaging and testing .tox/ *.egg-info/ +build/ +dist/