From: Kevin Bowling Date: Sun, 2 Jan 2011 15:05:33 +0000 (-0700) Subject: Fix a comment warning and add evconfig-private.h to .gitignore X-Git-Tag: release-2.1.1-alpha~320^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6d66bc7167a5b1249cf5a82196547ebe1077d83;p=libevent Fix a comment warning and add evconfig-private.h to .gitignore --- diff --git a/.gitignore b/.gitignore index 6f43ea56..fae18eed 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ libevent_openssl.pc /stamp-h1 /include/event2/event-config.h +/evconfig-private.h /sample/dns-example /sample/event-test diff --git a/evconfig-private.h.in b/evconfig-private.h.in index 270b8dd6..8d87927a 100644 --- a/evconfig-private.h.in +++ b/evconfig-private.h.in @@ -1,4 +1,4 @@ -/* evconfig-private.h template - see "Configuration Header Templates" +/* evconfig-private.h template - see "Configuration Header Templates" */ /* in AC manual. Kevin Bowling