
6 Jun
2012
6 Jun
'12
4:30 a.m.
commit ff5257f2e848ed84fa3e8e23b60149d464262c0e Author: Damian Johnson <atagar@torproject.org> Date: Thu May 31 10:01:30 2012 -0700 Ignoring sphinx build output Build artifacts from sphinx are placed in 'docs/_build/*', so having git ignore it. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 124fb16..f74e628 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc *.swp test/data/ +docs/_build/