All of lore.kernel.org
 help / color / mirror / Atom feed
* [libmnl, PATCH 1/1] examples: update .gitignore files
@ 2023-05-20 20:35 Dario Binacchi
  2023-05-22  6:22 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2023-05-20 20:35 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal, Pablo Neira, dario.binacchi

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>
---
 examples/genl/.gitignore      | 1 +
 examples/kobject/.gitignore   | 1 +
 examples/netfilter/.gitignore | 3 +++
 examples/rtnl/.gitignore      | 4 ++++
 4 files changed, 9 insertions(+)
 create mode 100644 examples/kobject/.gitignore

diff --git a/examples/genl/.gitignore b/examples/genl/.gitignore
index 57f0ca9eacaf..a7d8966a35a9 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 000000000000..4d95e59a588b
--- /dev/null
+++ b/examples/kobject/.gitignore
@@ -0,0 +1 @@
+/kobject-event
diff --git a/examples/netfilter/.gitignore b/examples/netfilter/.gitignore
index f2f863fc8534..bbeb03117849 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 24ac633b6bed..4b16c5385aa5 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
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [libmnl, PATCH 1/1] examples: update .gitignore files
  2023-05-20 20:35 [libmnl, PATCH 1/1] examples: update .gitignore files Dario Binacchi
@ 2023-05-22  6:22 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2023-05-22  6:22 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: netfilter-devel, Florian Westphal

On Sat, May 20, 2023 at 10:35:12PM +0200, Dario Binacchi wrote:
> The patch adds and modifies the .gitignore files to hide all the
> examples generated by the compilation.

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-22  6:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 20:35 [libmnl, PATCH 1/1] examples: update .gitignore files Dario Binacchi
2023-05-22  6:22 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.