diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-11-06 23:30:16 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-11-06 23:37:34 -0800 |
commit | 6436260f7390949d24b60c37473d9a1790edad48 (patch) | |
tree | ed7162777de4da0b3ff162da69ef27525bf9da1e | |
parent | 52a0ba82e1ad180f9f91920db70a758fac49466a (diff) | |
download | kmod-6436260f7390949d24b60c37473d9a1790edad48.tar.gz kmod-6436260f7390949d24b60c37473d9a1790edad48.tar.bz2 kmod-6436260f7390949d24b60c37473d9a1790edad48.zip |
testsuite: update gitignore
-rw-r--r-- | testsuite/module-playground/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore index 6767e0e..db63fe4 100644 --- a/testsuite/module-playground/.gitignore +++ b/testsuite/module-playground/.gitignore @@ -4,9 +4,12 @@ !cache/*.ko *.mod.c .tmp_versions +*.mod +*.a +*.cmd + modules.order Module.symvers - mod-simple-x86_64.c mod-simple-i386.c mod-simple-sparc64.c |