From a2c3c2f9141a769968858ab77fce45bbd2e408b5 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Sun, 5 May 2024 19:34:35 +0800 Subject: [PATCH] fix(.gitignore,-expected.json): fix .gitignore bugs --- .gitignore | 2 +- expected.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 expected.json diff --git a/.gitignore b/.gitignore index a6c57f5..92dbde6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*.json +clangtidy_result.json diff --git a/expected.json b/expected.json new file mode 100644 index 0000000..7e5c04f --- /dev/null +++ b/expected.json @@ -0,0 +1 @@ +[{"name":"cpplint","results":[{"score":0,"comment":""}]}]