[LTP] [PATCH 0/4] add compiled_module_files into gitignore

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


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

*** BLURB HERE ***
Use Out-of-build-tree build ltp, When compile kernel module 
under these directories, some module-build-file wil generated.
add these files into .gitinore

Cixi Geng (4):
  delete_module: add gitignore file
  init_module: add gitignore file
  insmod:add gitignore files
  lsmod: add gitignore files

 testcases/commands/insmod/.gitignore               |  9 +++++++++
 testcases/commands/lsmod/.gitignore                |  9 +++++++++
 testcases/kernel/syscalls/delete_module/.gitignore | 11 +++++++++--
 testcases/kernel/syscalls/init_module/.gitignore   |  8 ++++++++
 4 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100644 testcases/commands/insmod/.gitignore
 create mode 100644 testcases/commands/lsmod/.gitignore

-- 
2.25.1



More information about the ltp mailing list