From 6d3cafd749f7077129776127aa06f2310682d53a Mon Sep 17 00:00:00 2001 From: olemorud Date: Tue, 14 Mar 2023 14:54:12 +0100 Subject: [PATCH] .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