summaryrefslogtreecommitdiffstats
path: root/src/.gitignore
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-04-13 16:52:32 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-14 13:53:02 +0200
commit543fe01ca18689e7a13260493692034d05edfa6c (patch)
treeb616a8a238adbde13ba8edce3df32ba47b6ffc19 /src/.gitignore
parentf481851b0dbaeb76ecc5c355e4a9cc8c5da71956 (diff)
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 <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore12
1 files changed, 8 insertions, 4 deletions
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