diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-17 13:01:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 13:01:39 -0400 |
commit | 118bfab75b4115b5490120fe4f6445095bbc9227 (patch) | |
tree | 6dad355f533c83c564170b9d31ac23e1b878e474 /.gitignore | |
parent | d3b4214c6e45b9fd8ba147c2167208adc32180b4 (diff) | |
download | tor-118bfab75b4115b5490120fe4f6445095bbc9227.tar.gz tor-118bfab75b4115b5490120fe4f6445095bbc9227.zip |
add test-memwipe to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 613920167d..6d87d61134 100644 --- a/.gitignore +++ b/.gitignore @@ -173,6 +173,7 @@ cscope.* /src/test/test-bt-cl.exe /src/test/test-child.exe /src/test/test-ntor-cl.exe +/src/test/test-memwipe.exe /src/test/test_workqueue.exe /src/test/test_zero_length_keys.sh /src/test/test_ntor.sh |