* 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@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-# 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
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
-libnftables.la
-parser.c
-parser.h
+*.la
+*.lo
+*.o
+.deps/
+.libs/
+nft
+parser_bison.c
+parser_bison.h
scanner.c
scanner.h
-nft