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 2/4] init_module: add gitignore file
Date: Tue, 22 Dec 2020 13:48:39 +0800	[thread overview]
Message-ID: <20201222054841.736529-3-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 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


  parent 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 ` [LTP] [PATCH 1/4] delete_module: add gitignore file gengcixi
2020-12-22  5:48 ` gengcixi [this message]
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-3-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