summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2019-04-13 13:22:55 +0300
committerAzat Khuzhin <azat@libevent.org>2019-04-13 13:23:28 +0300
commit04563d59d25404d10cda32c78831bdb3f6cf4c0c (patch)
treed907209a414450096d2103b2fe4d0d9a2f1a9347 /.gitignore
parentc80f6be1e43f60f1cdd6c4bc725929b3f2d15acc (diff)
downloadlibevent-04563d59d25404d10cda32c78831bdb3f6cf4c0c.tar.gz
Ignore build files for autotools build in subfolder too
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore109
1 files changed, 55 insertions, 54 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
-
-/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
-
-/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
-
-**/include/event2/event-config.h
-**/include/evconfig-private.h
-/evconfig-private.h
+/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 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 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
+
+event-config.h
+evconfig-private.h
# Files generated by cmake
CMakeCache.txt