summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-06-13 14:18:13 -0400
committerMike Frysinger <vapier@gentoo.org>2014-06-13 17:19:24 -0400
commitc83f3333a34251275c38878e9667c904a485ac6d (patch)
tree766ee14347603b5275e76f00c7ab64c21f12a7bb /.gitignore
parent6fd73944c2ad1a8f7902a84c1936b660f12a5a52 (diff)
downloadlibevent-c83f3333a34251275c38878e9667c904a485ac6d.tar.gz
ignore config.cache/test-driver files
config.cache is generated when you run `./configure -C`. test-driver comes from newer autotools.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 63bd7f9b..9723bfe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ libevent_openssl.pc
/aclocal.m4
/compile
/doxygen
+/config.cache
/config.guess
/config.log
/config.status
@@ -82,6 +83,7 @@ libevent_openssl.pc
/sample/signal-test
/sample/time-test
+/test-driver
/test/bench
/test/bench_cascade
/test/bench_http