From: gengcixi@gmail.com <gengcixi@gmail.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 3/4] insmod:add gitignore files
Date: Tue, 22 Dec 2020 13:48:40 +0800 [thread overview]
Message-ID: <20201222054841.736529-4-gengcixi@gmail.com> (raw)
In-Reply-To: <20201222054841.736529-1-gengcixi@gmail.com>
From: Cixi Geng <cixi.geng1@unisoc.com>
add compile module generate files into .gitignore
file:
testcases/commands/insmod/.built-in.a.cmd
testcases/commands/insmod/.ltp_insmod01.ko.cmd
testcases/commands/insmod/.ltp_insmod01.mod.cmd
testcases/commands/insmod/.ltp_insmod01.mod.o.cmd
testcases/commands/insmod/.ltp_insmod01.o.cmd
testcases/commands/insmod/Module.symvers
testcases/commands/insmod/ltp_insmod01.mod.c
testcases/commands/insmod/modules.order
Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com>
---
testcases/commands/insmod/.gitignore | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 testcases/commands/insmod/.gitignore
diff --git a/testcases/commands/insmod/.gitignore b/testcases/commands/insmod/.gitignore
new file mode 100644
index 000000000..0e19fb3fd
--- /dev/null
+++ b/testcases/commands/insmod/.gitignore
@@ -0,0 +1,9 @@
+*.ko
+*.mod.c
+*.ko.cmd
+*.mod.cmd
+*.mod.o.cmd
+*.o.cmd
+.built-in.a.cmd
+Module.symvers
+modules.order
--
2.25.1
next prev 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 ` [LTP] [PATCH 2/4] init_module: " gengcixi
2020-12-22 5:48 ` gengcixi [this message]
2020-12-22 5:48 ` [LTP] [PATCH 4/4] lsmod: add gitignore files 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-4-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