From: Mark Ellzey Date: Mon, 22 Jun 2015 02:05:21 +0000 (-0400) Subject: Updated gitignore X-Git-Tag: release-2.1.6-beta~90^2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dbb55da324f2ba0ad562d0668dccb34b6c720f8;p=libevent Updated gitignore --- diff --git a/.gitignore b/.gitignore index 4ad734ac..9c61aaa6 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ *.gcov *.gcda +# gdb stuff +.gdb_history + # Autotools stuff .deps .dirstamp @@ -36,6 +39,7 @@ Makefile.in # ctags stuff TAGS +tags # Stuff made by our makefiles libevent.pc @@ -84,6 +88,7 @@ libevent_openssl.pc /sample/https-client /sample/signal-test /sample/time-test +/sample/event-test /test-driver /test/bench