From 0fed8b92802e514ee19d6ce5f022e3b4bcb30bcc Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 4 Oct 2018 18:30:57 -0500 Subject: [PATCH] gitignore: Ignore any sanity-out* or build* dir Tweak the wildcard matching for any build or sanity-out dir Signed-off-by: Kumar Gala --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afcc4e8105a..3aaf92b31d9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,7 @@ *.swp *.swo *~ -build -build-* +build* cscope.* .dir @@ -30,7 +29,7 @@ doc/boards doc/samples doc/latex doc/themes/zephyr-docs-theme -sanity-out/ +sanity-out* scripts/grub doc/reference/kconfig/*.rst doc/doc.warnings