summaryrefslogtreecommitdiffstats
path: root/.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 /.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 '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 0 insertions, 15 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