From 862ca66c1730d14f7fd10c5c1423c2f509941911 Mon Sep 17 00:00:00 2001 From: "fujianhao.fjh" Date: Sat, 9 Dec 2023 13:41:22 +0800 Subject: [PATCH] add gitignore file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9a1ace..d8a69c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .* !.gitignore +!.github -coverage.* \ No newline at end of file +coverage.* +profile.out \ No newline at end of file