[PATCH 6/9] gitignore: Add 031.out file to .gitignore
From: Ritesh Harjani <hidden>
Date: 2021-06-14 06:28:48
Also in:
fstests
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ritesh Harjani <hidden>
Date: 2021-06-14 06:28:48
Also in:
fstests
Subsystem:
the rest · Maintainer:
Linus Torvalds
Add 031.out file to .gitignore Signed-off-by: Ritesh Harjani <redacted> --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d3194e76..7a3be5e3 100644
--- a/.gitignore
+++ b/.gitignore@@ -191,6 +191,7 @@ tags # Symlinked files /tests/generic/035.out /tests/generic/050.out +/tests/generic/031.out /tests/xfs/033.out /tests/xfs/071.out /tests/xfs/096.out
--
2.31.1