aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/.gitignore
Commit message (Collapse)AuthorAge
* bindings/python: ignore build subdirectory.Gravatar David Bremner2013-06-03
| | | | Update .gitignore to make git status less noisy
* python: Improve code documentationGravatar Sebastian Spaeth2011-09-29
| | | | | | | | 1) Fix added .gitignore from commit dc8a1745 to work on the docs folder 2) Improve in-code developer documentation to produce better sphinx-generated documentation. No code changes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* python: add a .gitignore file and refine the toplevel oneGravatar Justus Winter2011-09-29
The line 'notmuch' in the toplevel .gitignore file is to broad and matches bindings/python/notmuch making it cumbersome to git-add files within that directory. Refine the toplevel file to only match the generated notmuch executable and add a more specialized .gitignore file to the python directory. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>