From: Lucas De Marchi Date: Tue, 10 Mar 2020 04:46:32 +0000 (-0700) Subject: gitignore: ignore .cache.mk when building modules X-Git-Tag: v28~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624;p=thirdparty%2Fkmod.git gitignore: ignore .cache.mk when building modules --- diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore index db63fe43..fca12f34 100644 --- a/testsuite/module-playground/.gitignore +++ b/testsuite/module-playground/.gitignore @@ -2,6 +2,7 @@ *.ko !mod-simple-*.ko !cache/*.ko +.cache.mk *.mod.c .tmp_versions *.mod