From e40d062180ee70c0d3d42269920a1636868638a0 Mon Sep 17 00:00:00 2001 From: Michael Gruber Date: Sun, 15 Jun 2014 08:49:06 +0200 Subject: [PATCH] Ignoring PyBuilder's target directory --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 087029a6..55d0a790 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,6 @@ coverage.xml # Sphinx documentation docs/_build/ + +# PyBuilder +target/