mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-01 15:51:10 +00:00
Added proper gitignores for Linux CMake use
(cherry picked from commit 25338d74ac
)
This commit is contained in:
parent
ff47dec89d
commit
9a120fd4f7
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CTestTestfile.cmake
|
||||||
|
cmake_install.cmake
|
||||||
|
Testing
|
1
include/.gitignore
vendored
Normal file
1
include/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Makefile
|
2
programs/.gitignore
vendored
2
programs/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
*/Makefile
|
||||||
aes/aescrypt2
|
aes/aescrypt2
|
||||||
aes/crypt_and_hash
|
aes/crypt_and_hash
|
||||||
hash/generic_sum
|
hash/generic_sum
|
||||||
|
@ -28,6 +29,7 @@ ssl/ssl_mail_client
|
||||||
ssl/ssl_server
|
ssl/ssl_server
|
||||||
ssl/ssl_server2
|
ssl/ssl_server2
|
||||||
test/benchmark
|
test/benchmark
|
||||||
|
test/o_p_test
|
||||||
test/selftest
|
test/selftest
|
||||||
test/ssl_cert_test
|
test/ssl_cert_test
|
||||||
test/ssl_test
|
test/ssl_test
|
||||||
|
|
Loading…
Reference in a new issue