From 97c3de64de4660a7ef824d4c98315e45e34cb0d9 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 20 Mar 2020 10:14:40 -0500 Subject: [PATCH] gitignore: exclude tests/drivers/build_all Exclude tests/drivers/build_all from the build*/ wildcard. Signed-off-by: Kumar Gala --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e9131429038..e41e431a28a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *~ build*/ !doc/guides/build +!tests/drivers/build_all cscope.* .dir