summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorManabu Sugimoto <Manabu.Sugimoto@sony.com>2022-01-10 07:51:21 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2022-01-10 07:51:53 -0700
commit545b9e06a02858603a17daddc2a25ef43a5a8544 (patch)
treeef981ae0718ce6d947a9a9717dd4dc7d65f30ce1 /tests
parent307e250bbe11567ca7401a2e28f8920cd3408626 (diff)
downloadlibseccomp-545b9e06a02858603a17daddc2a25ef43a5a8544.tar.gz
tests: Add *.log and *.stats to .gitignore
Untrack `*.log` and `*.stats` files such as `01-sim-allow.c.{log,stats}` intentionally because these files are generated in the `tests` directory by running tests. Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com> Reviewed-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 1929840..dc32d70 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,8 @@
*.bpf
*.bpfd
*.pfc
+*.log
+*.stats
__pycache__/
miniseq
util.pyc