[tor-commits] [tor/master] Update .gitignore with new autotools droppings from nonrecursive make

nickm at torproject.org nickm at torproject.org
Mon Aug 27 14:34:49 UTC 2012


commit f1b33ce81a68dae2db2e3b0f9bbd6715de8ec3bd
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Aug 27 10:11:55 2012 -0400

    Update .gitignore with new autotools droppings from nonrecursive make
---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3a28ecf..8034ae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 *.log
 # Autotools stuff
 .deps
+.dirstamp
 # Stuff made by our makefiles
 *.bak
 
@@ -41,6 +42,7 @@
 /config.guess
 /config.sub
 /conftest*
+/micro-revision.*
 /patch-stamp
 /stamp-h
 /stamp-h.in
@@ -140,7 +142,6 @@
 /src/or/Makefile
 /src/or/Makefile.in
 /src/or/or_sha1.i
-/src/or/micro-revision.*
 /src/or/tor
 /src/or/tor.exe
 /src/or/libtor.a





More information about the tor-commits mailing list