mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-09 19:31:18 +08:00
Ignore *.o everywhere
We don't commit *.o files anywhere, not even as test data. So ignore them everywhere. Also remove a redundant ignore of *.exe in a subdirectory. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
a8b3d0c7a2
commit
e32e447407
3
.gitignore
vendored
3
.gitignore
vendored
@ -28,6 +28,9 @@ massif-*
|
||||
.project
|
||||
/.settings
|
||||
|
||||
# Unix-like build artifacts:
|
||||
*.o
|
||||
|
||||
# MSVC build artifacts:
|
||||
*.exe
|
||||
*.pdb
|
||||
|
1
3rdparty/everest/.gitignore
vendored
1
3rdparty/everest/.gitignore
vendored
@ -1,2 +1 @@
|
||||
*.o
|
||||
Makefile
|
||||
|
1
library/.gitignore
vendored
1
library/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
*.o
|
||||
libmbed*
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
3
programs/.gitignore
vendored
3
programs/.gitignore
vendored
@ -5,9 +5,6 @@
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
*.o
|
||||
*.exe
|
||||
|
||||
aes/crypt_and_hash
|
||||
hash/generic_sum
|
||||
hash/hello
|
||||
|
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user