From 1e52dc8e2f4bc80672014500668d195a09a762d4 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 24 Apr 2019 12:27:58 +0200 Subject: [PATCH] .gitignore: a bit more structure; inspired by https://github.com/github/gitignore Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/c8ca8fe42f3644dbb344e15042ea0d4af82e3569 Author: vanhofen Date: 2019-04-24 (Wed, 24 Apr 2019) Origin message was: ------------------ - .gitignore: a bit more structure; inspired by https://github.com/github/gitignore ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- .gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index cb5d9ac..0501f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,68 @@ -/aclocal.m4 -/autom4te.cache/ +### http://www.gnu.org/software/automake +Makefile Makefile.in + +### http://www.gnu.org/software/autoconf +autom4te.cache +/autoscan.log +/autoscan-*.log +/aclocal.m4 /compile /config.guess /config.h.in +/config.log +/config.status /config.sub -*/*-config.h -*/*-config.h.in /configure -*.directory +/configure.scan /depcomp /install-sh -/ltmain.sh -/m4/ /missing -*.*~ -*.a -*.la -*.lai +/stamp-h* + +### https://www.gnu.org/software/libtool/ +/libtool +/ltmain.sh + +### http://www.gnu.org/software/m4/ +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 + +### compiled objects and libs +.libs *.lo *.o +*.so +*.lai +*.la +*.a + +### dependency files +.deps *.Plo *.Po +### diff and patch files +*.patch +*.diff +*.orig +*.rej + +### system generated stuff +# dolphin +.directory +# kate +*-swp +.*.swp + +### generally excluded files +*~ +*.pc git-* go_* + +### header files that fall out of the build +libstb-hal-config.h