diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-04-06 12:16:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-23 11:02:15 -0400 |
commit | 87134db57cc7cbbd801e5992ce6ca6a71e2ebfc8 (patch) | |
tree | f1dfdb9d80fd5779c3ffa801934ffb25e5f3796c | |
parent | 50cbf220994c7cec5939666cbf990acb4aaa46c6 (diff) | |
download | tor-87134db57cc7cbbd801e5992ce6ca6a71e2ebfc8.tar.gz tor-87134db57cc7cbbd801e5992ce6ca6a71e2ebfc8.zip |
Do not ignore files that are being tracked by git
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index b141e80e89..f304a32ecf 100644 --- a/.gitignore +++ b/.gitignore @@ -189,9 +189,6 @@ uptime-*.json /src/test/test-memwipe.exe /src/test/test-switch-id.exe /src/test/test_workqueue.exe -/src/test/test_zero_length_keys.sh -/src/test/test_ntor.sh -/src/test/test_bt.sh # /src/tools/ /src/tools/tor-checkkey |