On 2023/11/24 13:30, Yue Hu wrote:
From: Yue Hu <[email protected]> No need to track these generated test files. Signed-off-by: Yue Hu <[email protected]> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33e5d30..5b9ecd0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ stamp-h1 /fuse/erofsfuse /dump/dump.erofs /fsck/fsck.erofs +tests/results/ +tests/src/badlz4 +tests/src/fssum
Thanks, applied.
