[tor-commits] [tor/master] Add new ntor bits to gitignore

nickm at torproject.org nickm at torproject.org
Thu Jan 3 16:52:58 UTC 2013


commit ce57e94728d8bd33474ed20402ba3e1b2456a785
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Dec 8 00:57:19 2012 -0500

    Add new ntor bits to gitignore
---
 .gitignore |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8034ae6..f25323e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,8 @@
 .dirstamp
 # Stuff made by our makefiles
 *.bak
+# Python droppings
+*.pyc
 
 # /
 /Makefile
@@ -130,6 +132,8 @@
 /src/common/libor-crypto.lib
 /src/common/libor-event.a
 /src/common/libor-event.lib
+/src/common/libcurve25519_donna.a
+/src/common/libcurve25519_donna.lib
 
 # /src/config/
 /src/config/Makefile
@@ -154,9 +158,10 @@
 /src/test/bench.exe
 /src/test/test
 /src/test/test-child
+/src/test/test-ntor-cl
 /src/test/test.exe
 /src/test/test-child.exe
-
+/src/test/test-ntor-cl.exe
 
 # /src/tools/
 /src/tools/tor-checkkey





More information about the tor-commits mailing list