From: Paul Moore <[email protected]> Signed-off-by: Paul Moore <[email protected]> --- .gitignore | 4 ++++ tests/.gitignore | 1 + 2 files changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore index fdd7cab2..78dccfaf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ *.pc *.swp *.orig +*.gcno +*.gcda +*.info +*-coverage/ .deps .dirstamp .libs diff --git a/tests/.gitignore b/tests/.gitignore index 97edd222..e0770145 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,7 @@ *.bpf *.bpfd *.pfc +__pycache__/ miniseq util.pyc 00-test.c -- You received this message because you are subscribed to the Google Groups "libseccomp" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
