mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-13 02:14:40 +08:00
Add and update some .gitignore files
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
5cdc22b458
commit
28ce2380b0
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,9 @@
|
|||||||
seedfile
|
seedfile
|
||||||
# MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework
|
# MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework
|
||||||
00000000ffffff52.psa_its
|
00000000ffffff52.psa_its
|
||||||
|
# Log files created by all.sh to reduce the logs in case a component runs
|
||||||
|
# successfully
|
||||||
|
quiet-make.*
|
||||||
|
|
||||||
# CMake build artifacts:
|
# CMake build artifacts:
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
1
3rdparty/p256-m/.gitignore
vendored
Normal file
1
3rdparty/p256-m/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Makefile
|
2
pkgconfig/.gitignore
vendored
Normal file
2
pkgconfig/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
*.pc
|
1
programs/test/cmake_package/.gitignore
vendored
1
programs/test/cmake_package/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
build
|
build
|
||||||
Makefile
|
Makefile
|
||||||
cmake_package
|
cmake_package
|
||||||
|
mbedtls
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
build
|
build
|
||||||
Makefile
|
Makefile
|
||||||
cmake_package_install
|
cmake_package_install
|
||||||
|
mbedtls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user