From: Rong Tao Date: Mon, 4 Sep 2023 02:50:04 +0000 (+0800) Subject: Adjust gitignore for /build X-Git-Tag: v2025.01-rc5-pxa1908~847^2~1^2~2 X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=06e00f5d3595988ba81f143d24fd43a29349efde;p=u-boot.git Adjust gitignore for /build /build-* can't ignore /build. Signed-off-by: Rong Tao Reviewed-by: Simon Glass --- diff --git a/.gitignore b/.gitignore index 002f95de4f..9697f0088f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ *.tab.[ch] # Build tree -/build-* +/build* # # Top-level generic files