projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2008d89
)
raid6: test: make sure all intermediate and artifact files are .gitignored
author
WANG Xuerui
<git@xen0n.name>
Mon, 31 Jul 2023 10:49:10 +0000
(18:49 +0800)
committer
Song Liu
<song@kernel.org>
Tue, 15 Aug 2023 16:40:27 +0000
(09:40 -0700)
Currently when the raid6test utility is built, the resulting binary and
an int.uc file are not being ignored, which can get inadvertently
committed as a result when one works on the raid6 code. Ignore them to
make `git status` clean at all times.
Signed-off-by: WANG Xuerui <git@xen0n.name>
Link:
https://lore.kernel.org/r/20230731104911.411964-5-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>
lib/raid6/test/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/raid6/test/.gitignore
b/lib/raid6/test/.gitignore
new file mode 100644
(file)
index 0000000..
1b68a77
--- /dev/null
+++ b/
lib/raid6/test/.gitignore
@@ -0,0
+1,3
@@
+/int.uc
+/neon.uc
+/raid6test