From 28ce2380b07903ba37a02a0ae19400df55c8615d Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 12 Jun 2024 10:45:37 +0200 Subject: [PATCH] Add and update some .gitignore files Signed-off-by: Ronald Cron --- .gitignore | 3 +++ 3rdparty/p256-m/.gitignore | 1 + pkgconfig/.gitignore | 2 ++ programs/test/cmake_package/.gitignore | 1 + programs/test/cmake_package_install/.gitignore | 1 + 5 files changed, 8 insertions(+) create mode 100644 3rdparty/p256-m/.gitignore create mode 100644 pkgconfig/.gitignore diff --git a/.gitignore b/.gitignore index 12c775dff7..6068cbca76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ seedfile # MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework 00000000ffffff52.psa_its +# Log files created by all.sh to reduce the logs in case a component runs +# successfully +quiet-make.* # CMake build artifacts: CMakeCache.txt diff --git a/3rdparty/p256-m/.gitignore b/3rdparty/p256-m/.gitignore new file mode 100644 index 0000000000..f3c7a7c5da --- /dev/null +++ b/3rdparty/p256-m/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore new file mode 100644 index 0000000000..5460c20766 --- /dev/null +++ b/pkgconfig/.gitignore @@ -0,0 +1,2 @@ +Makefile +*.pc diff --git a/programs/test/cmake_package/.gitignore b/programs/test/cmake_package/.gitignore index 9ae6b59c4b..89d8c2bf69 100644 --- a/programs/test/cmake_package/.gitignore +++ b/programs/test/cmake_package/.gitignore @@ -1,3 +1,4 @@ build Makefile cmake_package +mbedtls diff --git a/programs/test/cmake_package_install/.gitignore b/programs/test/cmake_package_install/.gitignore index b9b828288b..aaa5942090 100644 --- a/programs/test/cmake_package_install/.gitignore +++ b/programs/test/cmake_package_install/.gitignore @@ -1,3 +1,4 @@ build Makefile cmake_package_install +mbedtls