diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-03-09 21:46:32 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-03-09 21:47:37 -0700 |
commit | 8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624 (patch) | |
tree | 1aa235a98e02fc7e71be20588b3bc4393f1099ec | |
parent | 9b003b689322352e7753ba6e20ab615532545fe0 (diff) | |
download | kmod-8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624.tar.gz kmod-8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624.tar.bz2 kmod-8ea4f7c554a0a6bdbd6e75dcc15c8d3ab2605624.zip |
gitignore: ignore .cache.mk when building modules
-rw-r--r-- | testsuite/module-playground/.gitignore | 1 |
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 |