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/lt~obsolete.m4
|
||||
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/doxygen
|
||||
/config.cache
|
||||
/config.guess
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure.lineno
|
||||
/depcomp
|
||||
/config.h
|
||||
/config.h.in
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
/stamp-h2
|
||||
/aclocal.m4
|
||||
compile
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
configure.lineno
|
||||
depcomp
|
||||
config.h
|
||||
config.h.in
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
stamp-h2
|
||||
|
||||
/sample/dns-example
|
||||
/sample/event-read-fifo
|
||||
/sample/hello-world
|
||||
/sample/http-server
|
||||
/sample/http-connect
|
||||
/sample/le-proxy
|
||||
/sample/https-client
|
||||
/sample/signal-test
|
||||
/sample/time-test
|
||||
/sample/event-test
|
||||
/sample/watch-timing
|
||||
# sample binaries
|
||||
dns-example
|
||||
event-read-fifo
|
||||
hello-world
|
||||
http-server
|
||||
http-connect
|
||||
le-proxy
|
||||
https-client
|
||||
signal-test
|
||||
time-test
|
||||
event-test
|
||||
watch-timing
|
||||
|
||||
/test-driver
|
||||
/test/bench
|
||||
/test/bench_cascade
|
||||
/test/bench_http
|
||||
/test/bench_httpclient
|
||||
/test/regress
|
||||
/test/regress.gen.c
|
||||
/test/regress.gen.h
|
||||
/test/rpcgen-attempted
|
||||
/test/test-dumpevents
|
||||
/test/test-eof
|
||||
/test/test-closed
|
||||
/test/test-init
|
||||
/test/test-ratelim
|
||||
/test/test-script.sh
|
||||
/test/test-time
|
||||
/test/test-weof
|
||||
/test/test-changelist
|
||||
/test/test-fdleak
|
||||
# test binaries
|
||||
test-driver
|
||||
bench
|
||||
bench_cascade
|
||||
bench_http
|
||||
bench_httpclient
|
||||
regress
|
||||
regress.gen.c
|
||||
regress.gen.h
|
||||
rpcgen-attempted
|
||||
test-dumpevents
|
||||
test-eof
|
||||
test-closed
|
||||
test-init
|
||||
test-ratelim
|
||||
test-script.sh
|
||||
test-time
|
||||
test-weof
|
||||
test-changelist
|
||||
test-fdleak
|
||||
|
||||
**/include/event2/event-config.h
|
||||
**/include/evconfig-private.h
|
||||
/evconfig-private.h
|
||||
event-config.h
|
||||
evconfig-private.h
|
||||
|
||||
# Files generated by cmake
|
||||
CMakeCache.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user