diff options
author | David Bremner <bremner@debian.org> | 2013-06-02 10:39:44 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-06-03 08:00:29 -0300 |
commit | 9a1ab6c48748ee6259cd888d5486d84c69f424cb (patch) | |
tree | 10bc0c709b408a45aeec68028c1ba8ead286663c /bindings | |
parent | bf8877fe4551ed44dc85119bb6cd1774a5e09b55 (diff) |
bindings/python: ignore build subdirectory.
Update .gitignore to make git status less noisy
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore index 1fbea8a0..da0732e9 100644 --- a/bindings/python/.gitignore +++ b/bindings/python/.gitignore @@ -1,3 +1,4 @@ *.py[co] /docs/build /docs/html +build/ |