summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2023-05-20 22:35:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-05-22 08:21:36 +0200
commit0ef806a0da567b32b35d2b3c2bdcd80b412bc8c9 (patch)
treef0965a816e9211e5f6fc5592c19da42ee3cab12b
parent80442c4e32cde0b27b471c5c9688ee8488f14bec (diff)
examples: update .gitignore files
The patch adds and modifies the .gitignore files to hide all the examples generated by the compilation. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--examples/genl/.gitignore1
-rw-r--r--examples/kobject/.gitignore1
-rw-r--r--examples/netfilter/.gitignore3
-rw-r--r--examples/rtnl/.gitignore4
4 files changed, 9 insertions, 0 deletions
diff --git a/examples/genl/.gitignore b/examples/genl/.gitignore
index 57f0ca9..a7d8966 100644
--- a/examples/genl/.gitignore
+++ b/examples/genl/.gitignore
@@ -1 +1,2 @@
/genl-family-get
+/genl-group-events \ No newline at end of file
diff --git a/examples/kobject/.gitignore b/examples/kobject/.gitignore
new file mode 100644
index 0000000..4d95e59
--- /dev/null
+++ b/examples/kobject/.gitignore
@@ -0,0 +1 @@
+/kobject-event
diff --git a/examples/netfilter/.gitignore b/examples/netfilter/.gitignore
index f2f863f..bbeb031 100644
--- a/examples/netfilter/.gitignore
+++ b/examples/netfilter/.gitignore
@@ -1,3 +1,6 @@
/nf-log
/nf-queue
+/nfct-create-batch
+/nfct-daemon
+/nfct-dump
/nfct-event
diff --git a/examples/rtnl/.gitignore b/examples/rtnl/.gitignore
index 24ac633..4b16c53 100644
--- a/examples/rtnl/.gitignore
+++ b/examples/rtnl/.gitignore
@@ -1,8 +1,12 @@
/rtnl-addr-add
+/rtnl-addr-dump
+/rtnl-link-can
/rtnl-link-dump
/rtnl-link-dump2
/rtnl-link-dump3
/rtnl-link-event
/rtnl-link-set
+/rtnl-neigh-dump
+/rtnl-route-event
/rtnl-route-add
/rtnl-route-dump