diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-01-31 22:53:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-01-31 22:53:40 -0500 |
commit | 3a8ad7bfd85f46e022d17893be20da1bfec49cbe (patch) | |
tree | 6c9c9e3eb5b640adad70ac6afd17de59260fe3cb | |
parent | 53144387997e6069b6c7bb23464c70b7f38b3dab (diff) | |
download | tor-3a8ad7bfd85f46e022d17893be20da1bfec49cbe.tar.gz tor-3a8ad7bfd85f46e022d17893be20da1bfec49cbe.zip |
add a2x intermediate files to gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index caa1352033..fc86adc8e3 100644 --- a/.gitignore +++ b/.gitignore @@ -91,24 +91,27 @@ # /doc/ /doc/Makefile /doc/Makefile.in -/doc/tor.1 /doc/doxygen /doc/tor.1 /doc/tor.1.in /doc/tor.html /doc/tor.html.in +/doc/tor.1.xml /doc/tor-gencert.1 /doc/tor-gencert.1.in /doc/tor-gencert.html /doc/tor-gencert.html.in +/doc/tor-gencert.1.xml /doc/tor-resolve.1 /doc/tor-resolve.1.in /doc/tor-resolve.html /doc/tor-resolve.html.in +/doc/tor-resolve.1.xml /doc/torify.1 /doc/torify.1.in /doc/torify.html /doc/torify.html.in +/doc/torify.1.xml # /doc/spec/ /doc/spec/Makefile |