mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
Merge pull request #9276 from ronald-cron-arm/tree-cleanliness-3.6
[Backport 3.6] Partial backport of #9247
This commit is contained in:
commit
81a2d1d421
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
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 623c1b4532e8de64a5d82ea84a7496e64c370d15
|
Subproject commit c663fa8ece1dfee830da096ae872547d23543e60
|
||||||
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
|
||||||
|
|||||||
@ -327,8 +327,9 @@ cleanup()
|
|||||||
-iname CTestTestfile.cmake -o \
|
-iname CTestTestfile.cmake -o \
|
||||||
-iname CMakeCache.txt -o \
|
-iname CMakeCache.txt -o \
|
||||||
-path './cmake/*.cmake' \) -exec rm -f {} \+
|
-path './cmake/*.cmake' \) -exec rm -f {} \+
|
||||||
# Recover files overwritten by in-tree CMake builds
|
# Remove Makefiles generated by in-tree CMake builds
|
||||||
rm -f include/Makefile include/mbedtls/Makefile programs/!(fuzz)/Makefile
|
rm -f 3rdparty/Makefile 3rdparty/*/Makefile pkgconfig/Makefile framework/Makefile
|
||||||
|
rm -f include/Makefile programs/!(fuzz)/Makefile
|
||||||
|
|
||||||
# Remove any artifacts from the component_test_cmake_as_subdirectory test.
|
# Remove any artifacts from the component_test_cmake_as_subdirectory test.
|
||||||
rm -rf programs/test/cmake_subproject/build
|
rm -rf programs/test/cmake_subproject/build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user