From 024d329c237042f1d7c522cf8f7af5ff1261a4a8 Mon Sep 17 00:00:00 2001 From: Kevin Peng Date: Wed, 17 Nov 2021 11:41:04 +0800 Subject: [PATCH] Git: Update .gitignore - Only ignore build folders that are relative to the .gitignore file (the TF-M root directory) - The configs/build_type folder matches "build*/" and ignored by IDEs like VS code. Fortunately the folder was added before .gitignore so it is not ignored by git - Remove tf-fuzz settings as it has been moved out from TF-M repo Change-Id: Ibcd473e1ed1a3d9f55a85fa5c7fb3c0aa7f88c28 Signed-off-by: Kevin Peng --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b539fd6c7..4b442513f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,9 @@ .vscode/ # Garbage files -build*/ -cmake_build*/ +/build*/ +/cmake_build*/ *.orig **/__pycache__ *.pyc -# TF-Fuzz build artifacts -*.o -*_grammar.* -tfz