mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
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>
This commit is contained in:
parent
2008d89fb6
commit
6601f5e122
3
lib/raid6/test/.gitignore
vendored
Normal file
3
lib/raid6/test/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/int.uc
|
||||
/neon.uc
|
||||
/raid6test
|
Loading…
Reference in New Issue
Block a user