mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Ignore *.o everywhere
We don't commit *.o files anywhere, not even as test data. So ignore them everywhere. This resolves *.o files not being ignored under 3rdparty/p256-m. 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
501fb3abf3
commit
8075f76708
5 changed files with 3 additions and 8 deletions
3
programs/.gitignore
vendored
3
programs/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue