diff mbox series

[1/6] gitignore: ignore .cache.mk when building modules

Message ID 20200310050029.27678-2-lucas.demarchi@intel.com (mailing list archive)
State New, archived
Headers show
Series Fix modules.builtin.alias handling | expand

Commit Message

Lucas De Marchi March 10, 2020, 5 a.m. UTC
---
 testsuite/module-playground/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore
index db63fe4..fca12f3 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