From e3eb8e776a46c064520d50cded4835013d2d1110 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 8 Oct 2018 09:57:29 -0600 Subject: [PATCH] .gitignore: only ignore build directories The "build*" pattern is ignoring any file that begins with "build". Add a trailing "/" to limit the effect of the pattern to directories. This continues to ignore build directories, but allows adding files whose names begin with build, which will be used later to create a build.rst file for documenting west's build command. Signed-off-by: Marti Bolivar --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c6e79e7ff8..4e8485a390f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.swp *.swo *~ -build* +build*/ cscope.* .dir