From 543fe01ca18689e7a13260493692034d05edfa6c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 13 Apr 2018 16:52:32 +0200 Subject: Review .gitignore files contents * 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 Signed-off-by: Pablo Neira Ayuso --- .gitignore | 15 --------------- src/.gitignore | 12 ++++++++---- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index f4b767a4..2cb1e2af 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 36d6acd1..2d907425 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 -- cgit v1.2.3