mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-12 06:27:48 +00:00
Move some ignore patterns to subdirectories
This commit is contained in:
@@ -9,8 +9,6 @@ Coverage
|
||||
library/polarssl.info
|
||||
|
||||
# MSVC files generated by CMake:
|
||||
*.sln
|
||||
*.vcxproj
|
||||
*.filters
|
||||
|
||||
# MSVC build artifacts:
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
Makefile
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
*.o
|
||||
libpolarssl*
|
||||
libmbedtls.*
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
*/Makefile
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
aes/aescrypt2
|
||||
aes/crypt_and_hash
|
||||
hash/generic_sum
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
*.log
|
||||
/test_suite*
|
||||
data_files/mpi_write
|
||||
|
||||
Reference in New Issue
Block a user