mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Avoid duplicate program names
Visual Studio and CMake didn't like having targets with the same name, albeit in different directories. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
4
programs/.gitignore
vendored
4
programs/.gitignore
vendored
@@ -13,10 +13,10 @@
|
||||
*.exe
|
||||
|
||||
aes/crypt_and_hash
|
||||
cipher/aead_demo
|
||||
cipher/cipher_aead_demo
|
||||
hash/generic_sum
|
||||
hash/hello
|
||||
hash/hmac_demo
|
||||
hash/md_hmac_demo
|
||||
hash/md5sum
|
||||
hash/sha1sum
|
||||
hash/sha2sum
|
||||
|
||||
Reference in New Issue
Block a user