diff options
-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 |