From b07bfb4a10c8cceb2e13da8a7d0208f70af3a675 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 11 May 2021 09:57:10 -0700 Subject: [PATCH] testsuite: update gitignore --- testsuite/module-playground/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore index fca12f34..6d9c7b13 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 -- 2.47.3