[LTP] [PATCH 2/4] init_module: add gitignore file

gengcixi@gmail.com gengcixi@gmail.com
Tue Dec 22 06:48:39 CET 2020


From: Cixi Geng <cixi.geng1@unisoc.com>

When build ltp, there have generate some module files in init_module,
add these files into .gitignore
Untracked files:
   (Use "git add <file>..." to include the content to be submitted)
	testcases/kernel/syscalls/init_module/.built-in.a.cmd
	testcases/kernel/syscalls/init_module/.init_module.ko.cmd
	testcases/kernel/syscalls/init_module/.init_module.mod.cmd
	testcases/kernel/syscalls/init_module/.init_module.mod.o.cmd
	testcases/kernel/syscalls/init_module/.init_module.o.cmd
	testcases/kernel/syscalls/init_module/Module.symvers
	testcases/kernel/syscalls/init_module/init_module.mod.c
	testcases/kernel/syscalls/init_module/modules.order

Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com>
---
 testcases/kernel/syscalls/init_module/.gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/testcases/kernel/syscalls/init_module/.gitignore b/testcases/kernel/syscalls/init_module/.gitignore
index b4d11e958..23baeb651 100644
--- a/testcases/kernel/syscalls/init_module/.gitignore
+++ b/testcases/kernel/syscalls/init_module/.gitignore
@@ -1,3 +1,11 @@
 /init_module01
 /init_module02
 /*.ko
+/*.mod.c
+/*.ko.cmd
+/*.mod.cmd
+/*.mod.o.cmd
+/*.o.cmd
+/.built-in.a.cmd
+/Module.symvers
+/modules.order
-- 
2.25.1



More information about the ltp mailing list