From 850281ad51482e7b2f47c47664fdf58fed83ba9c Mon Sep 17 00:00:00 2001 From: olemorud Date: Tue, 14 Mar 2023 14:54:12 +0100 Subject: [PATCH] [chore] .gitignore: add */gcc_matcher.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878d..47c1e21 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +*/gcc_matcher.json \ No newline at end of file