Skip to content

Commit

Permalink
tests: Add *.log and *.stats to .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Paul Moore <[email protected]>
Signed-off-by: Tom Hromatka <[email protected]>
  • Loading branch information
ManaSugi authored and drakenclimber committed Jan 10, 2022
1 parent 307e250 commit 545b9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.bpf
*.bpfd
*.pfc
*.log
*.stats
__pycache__/
miniseq
util.pyc
Expand Down

0 comments on commit 545b9e0

Please sign in to comment.