summaryrefslogtreecommitdiffstats
path: root/lib/route
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-04-16 13:57:31 (GMT)
committerThomas Haller <thaller@redhat.com>2020-04-16 14:22:44 (GMT)
commit9a52b3d1fec3aaaff0f6311cf49468a3112cc2d0 (patch)
tree163d219a104b45632cb4e515ab7047053b398a53 /lib/route
parent4c5f2d67fe0fcd331cd9b2d60a12cda67e31ee8f (diff)
downloadlibnl-9a52b3d1fec3aaaff0f6311cf49468a3112cc2d0.zip
libnl-9a52b3d1fec3aaaff0f6311cf49468a3112cc2d0.tar.gz
libnl-9a52b3d1fec3aaaff0f6311cf49468a3112cc2d0.tar.bz2
gitignore: merge all gitignore files in top level directory
The source tree of libnl3 is fairly simple. We can afford thinking and reasoning about it as one. Don't spread out the .gitignore files, instead ignore all files consistently via the ignore file in the top level directory.
Diffstat (limited to 'lib/route')
-rw-r--r--lib/route/.gitignore4
-rw-r--r--lib/route/cls/.gitignore2
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/route/.gitignore b/lib/route/.gitignore
deleted file mode 100644
index debf3b7..0000000
--- a/lib/route/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-pktloc_grammar.h
-pktloc_grammar.c
-pktloc_syntax.h
-pktloc_syntax.c
diff --git a/lib/route/cls/.gitignore b/lib/route/cls/.gitignore
deleted file mode 100644
index 30f4521..0000000
--- a/lib/route/cls/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-ematch_syntax.[ch]
-ematch_grammar.[ch]