From aa01e9475b62e81b7f7b5c0c4c339d48ddec29e6 Mon Sep 17 00:00:00 2001 From: "shane.xb.qian" Date: Tue, 6 Jun 2023 11:28:44 +0800 Subject: [PATCH] fix: correct test fs gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 868a4cf..b2e4d35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ tags *.swp -test/Xtest.c -test/Xtest.cpp +test/X*.c +test/X*.cpp +# test/Xtest.c +# test/Xtest.cpp test/results.txt -- 2.48.1