mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
3072928ff2
commit
8aec836acb
3
samples/seccomp/.gitignore
vendored
Normal file
3
samples/seccomp/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
bpf-direct
|
||||
bpf-fancy
|
||||
dropper
|
Loading…
Reference in New Issue
Block a user