summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-28 15:58:18 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-28 15:58:18 -0400
commit7092f3b6774d02bc8dbb1136660c23685cadef6c (patch)
treef771c174e3027206cb4c80736d68f475e3cdd2cd /.gitignore
parent7b18e5c633f2a3ad9b70fdb7d463f264f29b067f (diff)
downloadlibevent-7092f3b6774d02bc8dbb1136660c23685cadef6c.tar.gz
Switch to non-recursive makefiles
This approach should let Make work better, let libevent build faster (especially when using a parallelized build), and basically make the Makefiles easier to maintain. See http://miller.emu.id.au/pmiller/books/rmch/ for more info on why you'd want to do this. This is due to an idea from Zack Weinberg; the patch is my own.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ec5154cd..057ec089 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
# Autotools stuff
.deps
+.dirstamp
Makefile
Makefile.in