diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-05-11 09:57:10 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2021-05-11 09:57:10 -0700 |
commit | b07bfb4a10c8cceb2e13da8a7d0208f70af3a675 (patch) | |
tree | c47adf236c195b4db7fda17ea98360054c1dbfc2 | |
parent | f0a136076189b50e252773ff79d800e56e840b14 (diff) | |
download | kmod-b07bfb4a10c8cceb2e13da8a7d0208f70af3a675.tar.gz kmod-b07bfb4a10c8cceb2e13da8a7d0208f70af3a675.tar.bz2 kmod-b07bfb4a10c8cceb2e13da8a7d0208f70af3a675.zip |
testsuite: update gitignore
-rw-r--r-- | testsuite/module-playground/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore index fca12f3..6d9c7b1 100644 --- a/testsuite/module-playground/.gitignore +++ b/testsuite/module-playground/.gitignore @@ -1,4 +1,3 @@ -*o.cmd *.ko !mod-simple-*.ko !cache/*.ko @@ -8,6 +7,7 @@ *.mod *.a *.cmd +*.o.d modules.order Module.symvers |