summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorWANG Xuerui <git@xen0n.name>2023-07-31 12:49:10 +0200
committerSong Liu <song@kernel.org>2023-08-15 18:40:27 +0200
commit6601f5e122e5fdcea0fa5eaa54b88b02dbc9ec07 (patch)
treeda73d84ea77206f3df37a2c6d6749840d25c264f /lib
parentraid6: test: cosmetic cleanups for the test Makefile (diff)
downloadlinux-6601f5e122e5fdcea0fa5eaa54b88b02dbc9ec07.tar.xz
linux-6601f5e122e5fdcea0fa5eaa54b88b02dbc9ec07.zip
raid6: test: make sure all intermediate and artifact files are .gitignored
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/raid6/test/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raid6/test/.gitignore b/lib/raid6/test/.gitignore
new file mode 100644
index 000000000000..1b68a77f348f
--- /dev/null
+++ b/lib/raid6/test/.gitignore
@@ -0,0 +1,3 @@
+/int.uc
+/neon.uc
+/raid6test