Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root

Ignore *.o everywhere
This commit is contained in:
Paul Elliott 2023-05-15 13:57:24 +01:00 committed by GitHub
commit aba165b58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -28,6 +28,9 @@ massif-*
.project
/.settings
# Unix-like build artifacts:
*.o
# MSVC build artifacts:
*.exe
*.pdb

View File

@ -1,2 +1 @@
*.o
Makefile

1
library/.gitignore vendored
View File

@ -1,4 +1,3 @@
*.o
libmbed*
*.sln
*.vcxproj

3
programs/.gitignore vendored
View File

@ -9,9 +9,6 @@
/psa/psa_constant_names_generated.c
/test/query_config.c
*.o
*.exe
aes/crypt_and_hash
cipher/cipher_aead_demo
hash/generic_sum

3
tests/.gitignore vendored
View File

@ -17,9 +17,6 @@ include/alt-extra/psa/crypto_platform_alt.h
include/alt-extra/psa/crypto_struct_alt.h
include/test/instrument_record_status.h
src/*.o
src/test_helpers/*.o
src/drivers/*.o
src/libmbed*
libtestdriver1/*