From 88bfd3e27f48a4501e33b0c9b7ae3c7ec3cd646a Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Mon, 10 Oct 2022 09:36:22 -0500 Subject: [PATCH] gitignore: exclude scripts/pylib/build_helpers from git ignore list Exclude scripts/pylib/build_helpers from default gitignore behavior of ignoring all directories whose names begin with build, as this directory is used for build helper scripts shared by west and twister. Signed-off-by: Daniel DeGrasse --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c376e6d02b0..c76fd7d8624 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ build*/ !doc/build/ !scripts/build !tests/drivers/build_all +!scripts/pylib/build_helpers cscope.* .dir