]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/.gitignore
Merge remote branch 'sf/product-2-2' into develop
[netatalk.git] / libevent / .gitignore
index dd2d89aebf71007b0047a15394a3f30f88435200..2dca840ecb3d0b9cb8e3d91661f57d86424e18cb 100644 (file)
@@ -1,57 +1,95 @@
-.deps/
-.libs/
-buffer.lo
-bufferevent.lo
-bufferevent_filter.lo
-bufferevent_openssl.lo
-bufferevent_pair.lo
-bufferevent_ratelim.lo
-bufferevent_sock.lo
-epoll.lo
-evdns.lo
-event.lo
-event_tagging.lo
-evmap.lo
-evrpc.lo
-evthread.lo
-evthread_pthread.lo
-evutil.lo
-evutil_rand.lo
-http.lo
-include/event2/event-config.h
-libevent.la
+### These files should get ignored no matter where they appear.
+
+# Editors leave these lying around
+\#*\#
+.#*
+*~
+*.swp
+
+# C stuff
+*.o
+
+# Windows stuff
+*.obj
+*.exe
+*.lib
+
+# Patch leaves these lying arround
+*.orig
+*.rej
+
+# gcov stuff
+*.gcno
+*.gcov
+*.gcda
+
+# Autotools stuff
+.deps
+Makefile
+Makefile.in
+
+# Libtool stuff
+.libs
+*.lo
+*.la
+
+# ctags stuff
+TAGS
+
+# Stuff made by our makefiles
 libevent.pc
-libevent_core.la
-libevent_extra.la
-libevent_openssl.la
-libevent_openssl.pc
-libevent_pthreads.la
 libevent_pthreads.pc
-listener.lo
-log.lo
-poll.lo
-sample/.libs/
-sample/dns-example
-sample/event-test
-sample/hello-world
-sample/http-server
-sample/le-proxy
-sample/signal-test
-sample/time-test
-select.lo
-signal.lo
-strlcpy.lo
-test/.deps/
-test/.libs/
-test/bench
-test/bench_cascade
-test/bench_http
-test/bench_httpclient
-test/regress
-test/rpcgen-attempted
-test/test-changelist
-test/test-eof
-test/test-init
-test/test-ratelim
-test/test-time
-test/test-weof
+libevent_openssl.pc
+
+## The initial / makes these files only get ignored in particular directories.
+/autom4te.cache
+
+# Libtool adds these, at least sometimes
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+
+/aclocal.m4
+/compile
+/doxygen
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/config.h
+/config.h.in
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+
+/include/event2/event-config.h
+
+/sample/dns-example
+/sample/event-test
+/sample/hello-world
+/sample/http-server
+/sample/le-proxy
+/sample/signal-test
+/sample/time-test
+
+/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-eof
+/test/test-init
+/test/test-ratelim
+/test/test-time
+/test/test-weof
+/test/test-changelist
+