diff mbox series

[nft,v4,01/32] examples: add .gitignore file

Message ID 20220404121410.188509-2-jeremy@azazel.net
State Accepted, archived
Delegated to: Pablo Neira
Headers show
Series Extend values assignable to packet marks and payload fields | expand

Commit Message

Jeremy Sowden April 4, 2022, 12:13 p.m. UTC
---
 examples/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 examples/.gitignore

Comments

Florian Westphal April 5, 2022, 11:26 a.m. UTC | #1
Jeremy Sowden <jeremy@azazel.net> wrote:

Applied this one and the next, will go over this series later today.
diff mbox series

Patch

diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 000000000000..7b1a583c687e
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,5 @@ 
+/.deps/
+/.libs/
+/nft-buffer
+/nft-json-file
+/*.o