public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: gengcixi@gmail.com <gengcixi@gmail.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/4] delete_module: add gitignore file
Date: Tue, 22 Dec 2020 13:48:38 +0800	[thread overview]
Message-ID: <20201222054841.736529-2-gengcixi@gmail.com> (raw)
In-Reply-To: <20201222054841.736529-1-gengcixi@gmail.com>

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

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

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

diff --git a/testcases/kernel/syscalls/delete_module/.gitignore b/testcases/kernel/syscalls/delete_module/.gitignore
index 8ffd4256e..1a774a6d5 100644
--- a/testcases/kernel/syscalls/delete_module/.gitignore
+++ b/testcases/kernel/syscalls/delete_module/.gitignore
@@ -1,5 +1,12 @@
 /delete_module01
 /delete_module02
 /delete_module03
-/dummy_del_mod.ko
-/dummy_del_mod_dep.ko
+/*.ko
+/*.mod.c
+/*.ko.cmd
+/*.mod.cmd
+/*.mod.o.cmd
+/*.o.cmd
+/.built-in.a.cmd
+/Module.symvers
+/modules.order
-- 
2.25.1


  reply	other threads:[~2020-12-22  5:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22  5:48 [LTP] [PATCH 0/4] add compiled_module_files into gitignore gengcixi
2020-12-22  5:48 ` gengcixi [this message]
2020-12-22  5:48 ` [LTP] [PATCH 2/4] init_module: add gitignore file gengcixi
2020-12-22  5:48 ` [LTP] [PATCH 3/4] insmod:add gitignore files gengcixi
2020-12-22  5:48 ` [LTP] [PATCH 4/4] lsmod: add " gengcixi
2020-12-31  7:28 ` [LTP] [PATCH 0/4] add compiled_module_files into gitignore Li Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201222054841.736529-2-gengcixi@gmail.com \
    --to=gengcixi@gmail.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox