From 6ae95c560481cb120302d9302f475c903f2969a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 Jan 2017 16:07:58 +0100 Subject: [PATCH] Ignore /build and /dist dirs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 669df34..ba3d096 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ doc/source/reference/index.rst /*.egg-info/ /.cache/ __pycache__ + +/build/ +/dist/