Skip to content

Commit

Permalink
samples: seccomp: add .gitignore for untracked executables
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: Will Drewry <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
dahc authored and James Morris committed Jun 28, 2012
1 parent 3072928 commit 8aec836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/seccomp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bpf-direct
bpf-fancy
dropper

0 comments on commit 8aec836

Please sign in to comment.