From 611d8cd4c58f60ebcd941bbd7e81555da27f0039 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 21 Jul 2024 15:00:52 +0800 Subject: [PATCH] gitignore: ignore other result outputs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1574d4b..94d7698 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ result +result-* + .DS_Store