diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-12-15 21:17:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-23 10:50:41 -0500 |
commit | d3c0b137aff9ae506778c74d885088cbdb535922 (patch) | |
tree | 0e6db90f4c03717025203eb75e8542bd0c7a78ab /.gitignore | |
parent | 40ce7a83c4c0e1be16da57da76ba19ff62a35b33 (diff) | |
download | tor-d3c0b137aff9ae506778c74d885088cbdb535922.tar.gz tor-d3c0b137aff9ae506778c74d885088cbdb535922.zip |
Remove dead code related to the old tor-fw-helper
This commit removes more code related to the old tor-fw-helper which was
removed in ticket 13338.
Closes ticket 21024.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index dc6738c079..e7ef61f355 100644 --- a/.gitignore +++ b/.gitignore @@ -94,11 +94,6 @@ uptime-*.json /doc/tor.html /doc/tor.html.in /doc/tor.1.xml -/doc/tor-fw-helper.1 -/doc/tor-fw-helper.1.in -/doc/tor-fw-helper.html -/doc/tor-fw-helper.html.in -/doc/tor-fw-helper.1.xml /doc/tor-gencert.1 /doc/tor-gencert.1.in /doc/tor-gencert.html @@ -214,12 +209,6 @@ uptime-*.json /src/trunnel/libor-trunnel-testing.a /src/trunnel/libor-trunnel.a -# /src/tools/tor-fw-helper/ -/src/tools/tor-fw-helper/tor-fw-helper -/src/tools/tor-fw-helper/tor-fw-helper.exe -/src/tools/tor-fw-helper/Makefile -/src/tools/tor-fw-helper/Makefile.in - # /src/win32/ /src/win32/Makefile /src/win32/Makefile.in |