commit | d82879edc64548e8c920b58122f75f831ca914b5 | [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:21:48 2023 +0800 |
tree | e6bfe1397e8eb020c677de1a6cf2aa24a775afa4 | |
parent | 18573354f7dd224ba588c0151b4eede41f6e975d [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 8f7315d..07ac5d6 100644 --- a/tests/.gitignore +++ b/tests/.gitignore
@@ -11,6 +11,7 @@ include/test/instrument_record_status.h src/*.o +src/test_helpers/*.o src/drivers/*.o src/libmbed*