From: Daniel Martin Date: Thu, 25 Jul 2013 09:09:26 +0000 (+0200) Subject: Sort gitignore, adjust pattern for config.h X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d11c36edf5c49b718664dd7206f36be150f694;p=free-sw%2Fxcb%2Flibxcb Sort gitignore, adjust pattern for config.h Don't ignore the files config.h and config.h.in, adjust the pattern to ignore config.h*. This matches an additional config.h.in~ too. Signed-off-by: Daniel Martin Reviewed-by: Alan Coopersmith Reviewed-by: Uli Schlachter Tested-By: Ran Benita --- diff --git a/.gitignore b/.gitignore index c0dc485..0981ed2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,23 @@ +*.la +*.lo +*.loT +*.o +*.pc +*.tar.bz2 +*.tar.gz +.deps +.dirstamp +.libs +Makefile +Makefile.in aclocal.m4 build-aux -libtool -m4/l*.m4 -mkinstalldirs -config.h -config.h.in +config.h* config.log config.status configure configure.lineno -.deps -.dirstamp -.libs -*.lo -*.loT -*.la -Makefile -Makefile.in +libtool +m4/l*.m4 +mkinstalldirs stamp-h1 -*.o -*.pc -*.tar.bz2 -*.tar.gz