[gitignore] ignore files genereated by running toranj unit tests (#10242)

This commit is contained in:
Li Cao
2024-05-16 01:29:29 +08:00
committed by GitHub
parent 4fe428d079
commit 6f0b62ff39

5
.gitignore vendored
View File

@ -34,3 +34,8 @@ cmake-build-*/**
# Python bytecodes
__pycache__
# Unit test files
CTestTestfile.cmake
ot-test-*
Testing/