From: Lucas De Marchi Date: Tue, 30 Apr 2024 14:26:20 +0000 (-0500) Subject: build: Ignore directories commonly used for out-of-tree build X-Git-Tag: v33~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a78466d0d7442022f815a15f00e9b21fe7e455;p=thirdparty%2Fkmod.git build: Ignore directories commonly used for out-of-tree build build/ and build-*/ are commonly used to have multiple out-out-tree builds. Add them to gitignore. Signed-off-by: Lucas De Marchi --- diff --git a/.gitignore b/.gitignore index 29b31028..799897e7 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,8 @@ /libtool /stamp-h1 /test-suite.log +/build +/build-* *~ .*.swp