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

Backport 2.28: Ignore *.o everywhere
This commit is contained in:
Paul Elliott 2023-05-15 13:57:12 +01:00 committed by GitHub
commit 9febc989c7
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

@ -5,9 +5,6 @@
*.sln
*.vcxproj
*.o
*.exe
aes/crypt_and_hash
hash/generic_sum
hash/hello

3
tests/.gitignore vendored
View File

@ -10,9 +10,6 @@ data_files/entropy_seed
include/test/instrument_record_status.h
src/*.o
src/test_helpers/*.o
src/drivers/*.o
src/libmbed*
libtestdriver1/*