1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-06 06:49:22 +08:00

Merge pull request #7336 from yanrayw/6500-gitignore-fix

fix: ignore *.o under tests/src/test_helpers
This commit is contained in:
Manuel Pégourié-Gonnard 2023-03-30 09:20:13 +02:00 committed by GitHub
commit 99771a3593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
tests/.gitignore vendored
View File

@ -18,6 +18,7 @@ include/alt-extra/psa/crypto_struct_alt.h
include/test/instrument_record_status.h include/test/instrument_record_status.h
src/*.o src/*.o
src/test_helpers/*.o
src/drivers/*.o src/drivers/*.o
src/libmbed* src/libmbed*