[PATCH 4/5] raid6: test: make sure all intermediate and artifact files are .gitignored

WANG Xuerui posted 5 patches 2 years, 6 months ago
[PATCH 4/5] raid6: test: make sure all intermediate and artifact files are .gitignored
Posted by WANG Xuerui 2 years, 6 months ago
From: WANG Xuerui <git@xen0n.name>

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>
---
 lib/raid6/test/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 lib/raid6/test/.gitignore

diff --git a/lib/raid6/test/.gitignore b/lib/raid6/test/.gitignore
new file mode 100644
index 0000000000000..bb92e11396c6e
--- /dev/null
+++ b/lib/raid6/test/.gitignore
@@ -0,0 +1,2 @@
+/int.uc
+/raid6test
-- 
2.40.0
Re: [PATCH 4/5] raid6: test: make sure all intermediate and artifact files are .gitignored
Posted by Song Liu 2 years, 5 months ago
On Mon, Jul 31, 2023 at 2:49 PM WANG Xuerui <kernel@xen0n.name> wrote:
>
> From: WANG Xuerui <git@xen0n.name>
>
> 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>
> ---
>  lib/raid6/test/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 lib/raid6/test/.gitignore
>
> diff --git a/lib/raid6/test/.gitignore b/lib/raid6/test/.gitignore
> new file mode 100644
> index 0000000000000..bb92e11396c6e
> --- /dev/null
> +++ b/lib/raid6/test/.gitignore
> @@ -0,0 +1,2 @@
> +/int.uc

We also need neon.uc, right?

Song

> +/raid6test
> --
> 2.40.0
>