* Move entries belonging to src/ into src/.gitignore. * Drop lines for files inside build-aux/ since that is ignored already. * No need to ignore src/Makefile.in, the entry 'Makefile.in' catches that already. * Remove entry for '.*.d', (recent?) autotools doesn't create any matching files. * Drop entries for non-existent parser.c and parser.h files. Signed-off-by: Phil Sutter <phil@xxxxxx> --- .gitignore | 15 --------------- src/.gitignore | 12 ++++++++---- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index f4b767a4a2dfe..2cb1e2afd45ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -# Dependency and object files -.*.d -*.lo -*.o - # Generated by autoconf/configure/automake *.m4 Makefile Makefile.in -src/Makefile.in -src/.deps/ -src/.libs/ stamp-h1 config.h config.h.in @@ -21,13 +13,6 @@ autom4te.cache build-aux/ libnftables.pc libtool -missing -depcomp -ylwrap -src/parser_bison.c -src/parser_bison.h -libparser.la -libminigmp.la # Generated by tests *.payload.got diff --git a/src/.gitignore b/src/.gitignore index 36d6acd1e4d01..2d907425cbb0c 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,10 @@ -libnftables.la -parser.c -parser.h +*.la +*.lo +*.o +.deps/ +.libs/ +nft +parser_bison.c +parser_bison.h scanner.c scanner.h -nft -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html