Skip to content

Commit

Permalink
Ignore the dump files stored to tests/logs (sonic-net#1780)
Browse files Browse the repository at this point in the history
Some test cases generate dump files on DUT and copy the files to
tests/logs when testing failed. Update the .gitignore file to ignore
the dump files.

Signed-off-by: Xin Wang <[email protected]>
  • Loading branch information
wangxin authored Jun 17, 2020
1 parent c1ed01f commit b67c766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Compiled Python files
*.pyc
__pycache__/
.pytest_cache/
.pytest_cache/
tests/logs

0 comments on commit b67c766

Please sign in to comment.