mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
ignore config.cache/test-driver files
config.cache is generated when you run `./configure -C`. test-driver comes from newer autotools.
This commit is contained in:
parent
6fd73944c2
commit
c83f3333a3
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,6 +55,7 @@ libevent_openssl.pc
|
|||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/compile
|
/compile
|
||||||
/doxygen
|
/doxygen
|
||||||
|
/config.cache
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.log
|
/config.log
|
||||||
/config.status
|
/config.status
|
||||||
@ -82,6 +83,7 @@ libevent_openssl.pc
|
|||||||
/sample/signal-test
|
/sample/signal-test
|
||||||
/sample/time-test
|
/sample/time-test
|
||||||
|
|
||||||
|
/test-driver
|
||||||
/test/bench
|
/test/bench
|
||||||
/test/bench_cascade
|
/test/bench_cascade
|
||||||
/test/bench_http
|
/test/bench_http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user