This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 131cc703c5b git: Specify multiple build directories in .gitignore.
131cc703c5b is described below

commit 131cc703c5b56cfe9a40143f3bfe58e204d713dc
Author: Shoji Tokunaga <[email protected]>
AuthorDate: Tue May 19 15:34:33 2026 +0900

    git: Specify multiple build directories in .gitignore.
    
    Change to allow ignoring multiple build directories.
    
    Signed-off-by: Shoji Tokunaga <[email protected]>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index bf11fd52ab7..688611b4197 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,7 +84,7 @@ uImage
 .idea
 .DS_Store
 tools/gdb/__pycache__
-/build
+/build*
 .ccls-cache
 compile_commands.json
 imx9-sdimage.img

Reply via email to