aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2020-03-09 21:46:32 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2020-03-09 21:47:37 -0700
commit8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624 (patch)
tree1aa235a98e02fc7e71be20588b3bc4393f1099ec
parent9b003b689322352e7753ba6e20ab615532545fe0 (diff)
downloadkmod-8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624.tar.gz
gitignore: ignore .cache.mk when building modules
-rw-r--r--testsuite/module-playground/.gitignore1
1 files changed, 1 insertions, 0 deletions
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