mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Ignore build files for autotools build in subfolder too
This commit is contained in:
parent
c80f6be1e4
commit
04563d59d2
103
.gitignore
vendored
103
.gitignore
vendored
@ -64,61 +64,62 @@ cscope*
|
|||||||
/m4/ltversion.m4
|
/m4/ltversion.m4
|
||||||
/m4/lt~obsolete.m4
|
/m4/lt~obsolete.m4
|
||||||
|
|
||||||
/aclocal.m4
|
|
||||||
/compile
|
|
||||||
/doxygen
|
/doxygen
|
||||||
/config.cache
|
/aclocal.m4
|
||||||
/config.guess
|
compile
|
||||||
/config.log
|
config.cache
|
||||||
/config.status
|
config.guess
|
||||||
/config.sub
|
config.log
|
||||||
/configure
|
config.status
|
||||||
/configure.lineno
|
config.sub
|
||||||
/depcomp
|
configure
|
||||||
/config.h
|
configure.lineno
|
||||||
/config.h.in
|
depcomp
|
||||||
/install-sh
|
config.h
|
||||||
/libtool
|
config.h.in
|
||||||
/ltmain.sh
|
install-sh
|
||||||
/missing
|
libtool
|
||||||
/stamp-h1
|
ltmain.sh
|
||||||
/stamp-h2
|
missing
|
||||||
|
stamp-h1
|
||||||
|
stamp-h2
|
||||||
|
|
||||||
/sample/dns-example
|
# sample binaries
|
||||||
/sample/event-read-fifo
|
dns-example
|
||||||
/sample/hello-world
|
event-read-fifo
|
||||||
/sample/http-server
|
hello-world
|
||||||
/sample/http-connect
|
http-server
|
||||||
/sample/le-proxy
|
http-connect
|
||||||
/sample/https-client
|
le-proxy
|
||||||
/sample/signal-test
|
https-client
|
||||||
/sample/time-test
|
signal-test
|
||||||
/sample/event-test
|
time-test
|
||||||
/sample/watch-timing
|
event-test
|
||||||
|
watch-timing
|
||||||
|
|
||||||
/test-driver
|
# test binaries
|
||||||
/test/bench
|
test-driver
|
||||||
/test/bench_cascade
|
bench
|
||||||
/test/bench_http
|
bench_cascade
|
||||||
/test/bench_httpclient
|
bench_http
|
||||||
/test/regress
|
bench_httpclient
|
||||||
/test/regress.gen.c
|
regress
|
||||||
/test/regress.gen.h
|
regress.gen.c
|
||||||
/test/rpcgen-attempted
|
regress.gen.h
|
||||||
/test/test-dumpevents
|
rpcgen-attempted
|
||||||
/test/test-eof
|
test-dumpevents
|
||||||
/test/test-closed
|
test-eof
|
||||||
/test/test-init
|
test-closed
|
||||||
/test/test-ratelim
|
test-init
|
||||||
/test/test-script.sh
|
test-ratelim
|
||||||
/test/test-time
|
test-script.sh
|
||||||
/test/test-weof
|
test-time
|
||||||
/test/test-changelist
|
test-weof
|
||||||
/test/test-fdleak
|
test-changelist
|
||||||
|
test-fdleak
|
||||||
|
|
||||||
**/include/event2/event-config.h
|
event-config.h
|
||||||
**/include/evconfig-private.h
|
evconfig-private.h
|
||||||
/evconfig-private.h
|
|
||||||
|
|
||||||
# Files generated by cmake
|
# Files generated by cmake
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user