diff options
author | Daniel Martin <consume.noise@gmail.com> | 2013-07-25 11:09:26 +0200 |
---|---|---|
committer | Daniel Martin <consume.noise@gmail.com> | 2013-08-15 00:35:08 +0200 |
commit | a8d11c36edf5c49b718664dd7206f36be150f694 (patch) | |
tree | c670574122ffe04d2a8238d98eef26580d109b2e | |
parent | cbe54c97b3f0e4d40e0ee18796f8077cb4a6c16a (diff) |
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 <consume.noise@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Uli Schlachter <psychon@znc.in>
Tested-By: Ran Benita <ran234@gmail.com>
-rw-r--r-- | .gitignore | 33 |
1 files changed, 16 insertions, 17 deletions
@@ -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 |