diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-30 10:58:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-30 10:58:18 -0400 |
commit | 87e16087b74d1348a1500a24cce238a2463822dc (patch) | |
tree | 2f939ec81ec751adab783a59eeae12b054a46484 /.gitignore | |
parent | 27438ef7c6a34b71165480f4d2c9173278e6d854 (diff) | |
download | tor-87e16087b74d1348a1500a24cce238a2463822dc.tar tor-87e16087b74d1348a1500a24cce238a2463822dc.tar.gz |
Update .gitignore for doc, contrib changes
In doc, restoring torify made us generate some .in files we didn't
before.
In contrib, we added tor.service.in, but didn't add tor.service to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71737cf1b..efee90555 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,7 @@ # /contrib/ /contrib/dist/tor.sh /contrib/dist/torctl +/contrib/dist/tor.service /contrib/operator-tools/tor.logrotate /contrib/dist/suse/tor.sh @@ -101,7 +102,9 @@ /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/ |