From f7d85bda859b5c3c9713ab046fda0f603007c7de Mon Sep 17 00:00:00 2001 From: Christopher Spinrath Date: Fri, 2 Aug 2019 17:31:52 +0200 Subject: [PATCH] =?UTF-8?q?fcwtool:=20erweitere=20.gitignore=20f=C3=BCr=20?= =?UTF-8?q?setuptools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fcwtool/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fcwtool/.gitignore b/fcwtool/.gitignore index fe9c222..b6a6f03 100644 --- a/fcwtool/.gitignore +++ b/fcwtool/.gitignore @@ -1,2 +1,4 @@ +*.egg-info *.pyc tests/ +dist/