commit | 5663e74f91ff330431e4f31fc0a3d54eefc18550 | [log] [tgz] |
---|---|---|
author | Yanray Wang <yanray.wang@arm.com> | Fri Mar 24 18:03:46 2023 +0800 |
committer | Yanray Wang <yanray.wang@arm.com> | Fri Mar 24 18:03:48 2023 +0800 |
tree | d8a2f2168b52548b728af840191ef0a09bcbe1c6 | |
parent | ac6db4d649d9c0ec086b57438fddbdf56482393f [diff] |
tests/.gitignore: ignore *.o under tests/src/test_helpers Signed-off-by: Yanray Wang <yanray.wang@arm.com>
diff --git a/tests/.gitignore b/tests/.gitignore index b85d66a..40ad061 100644 --- a/tests/.gitignore +++ b/tests/.gitignore
@@ -18,6 +18,7 @@ include/test/instrument_record_status.h src/*.o +src/test_helpers/*.o src/drivers/*.o src/libmbed*