From 545b9e06a02858603a17daddc2a25ef43a5a8544 Mon Sep 17 00:00:00 2001 From: Manabu Sugimoto Date: Mon, 10 Jan 2022 07:51:21 -0700 Subject: [PATCH] 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 Reviewed-by: Paul Moore Signed-off-by: Tom Hromatka --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 19298406..dc32d701 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,8 @@ *.bpf *.bpfd *.pfc +*.log +*.stats __pycache__/ miniseq util.pyc