Skip to content

Commit

Permalink
raid6: test: make sure all intermediate and artifact files are .gitig…
Browse files Browse the repository at this point in the history
…nored

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>
  • Loading branch information
WANG Xuerui authored and Song Liu committed Aug 15, 2023
1 parent 2008d89 commit 6601f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/raid6/test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/int.uc
/neon.uc
/raid6test

0 comments on commit 6601f5e

Please sign in to comment.