Skip to content

Commit 6601f5e

Browse files
xen0nliu-song-6
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Song Liu <[email protected]>
1 parent 2008d89 commit 6601f5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/raid6/test/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/int.uc
2+
/neon.uc
3+
/raid6test

0 commit comments

Comments
 (0)