diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-05-20 22:35:12 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2023-05-22 08:21:36 +0200 |
commit | 0ef806a0da567b32b35d2b3c2bdcd80b412bc8c9 (patch) | |
tree | f0965a816e9211e5f6fc5592c19da42ee3cab12b /examples/netfilter | |
parent | 80442c4e32cde0b27b471c5c9688ee8488f14bec (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>
Diffstat (limited to 'examples/netfilter')
-rw-r--r-- | examples/netfilter/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |