diff options
author | Carl Suster <carl@contraflo.ws> | 2014-06-24 12:17:49 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-06-24 12:17:49 +1000 |
commit | 5942fa3d6ebeca15706785807b4768678aa1e318 (patch) | |
tree | 0a2cbb6f9ae0dd5d09b9d53b7b27bf945fb51e1d /Python.gitignore | |
parent | 4016064d2848831eae7043887ebc7f0e881672c2 (diff) | |
parent | e40d062180ee70c0d3d42269920a1636868638a0 (diff) | |
download | gitignore-5942fa3d6ebeca15706785807b4768678aa1e318.tar.gz gitignore-5942fa3d6ebeca15706785807b4768678aa1e318.zip |
Merge pull request #1111 from aelgru/master
Ignoring PyBuilder's target directory
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 2e84e295..efbe7aab 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -48,3 +48,6 @@ coverage.xml # Sphinx documentation docs/_build/ + +# PyBuilder +target/ |