From 1e64ee4dfb38de3e2fb4da855c9ca30b7304a554 Mon Sep 17 00:00:00 2001 From: Alexander Dielen Date: Sat, 3 Feb 2018 14:32:05 +0100 Subject: [PATCH] ignore setuptools outputs --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a30a779..e020e38 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ build/ tests/__pycache__ tests/OutFiles *.pyc + +.eggs/ +build-setuptools/ +dist/ +openmesh.egg-info/ -- GitLab