mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:35:40 +01:00
Added proper gitignores for Linux CMake use
This commit is contained in:
parent
90f309ffe7
commit
25338d74ac
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 New Issue
Block a user