Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/bcm63xx-next.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Williamson <chad@dahc.us>2012-06-27 13:33:40 +0400
committerJames Morris <james.l.morris@oracle.com>2012-06-28 18:54:17 +0400
commit8aec836acbe56a27080723187f0a0f1686662318 (patch)
tree73bb17f8b8d8064a8cdff7334f616406e843afdf /samples
parent3072928ff2457642af0da745b88f0420b4596c48 (diff)
samples: seccomp: add .gitignore for untracked executables
git status should be clean following make allmodconfig && make. Add a .gitignore file to the samples/seccomp directory to ignore binaries produced there. Signed-off-by: Chad Williamson <chad@dahc.us> Reviewed-By: Will Drewry <wad@chromium.org> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/seccomp/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/seccomp/.gitignore b/samples/seccomp/.gitignore
new file mode 100644
index 00000000000..78fb7818429
--- /dev/null
+++ b/samples/seccomp/.gitignore
@@ -0,0 +1,3 @@
+bpf-direct
+bpf-fancy
+dropper