From 04563d59d25404d10cda32c78831bdb3f6cf4c0c Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sat, 13 Apr 2019 13:22:55 +0300 Subject: [PATCH] Ignore build files for autotools build in subfolder too --- .gitignore | 103 +++++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/.gitignore b/.gitignore index 216a8f74..c9605181 100644 --- a/.gitignore +++ b/.gitignore @@ -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