From da2f0e75328eccbf215e9b1f24c46dba936a3596 Mon Sep 17 00:00:00 2001 From: Aleksey Savchuk Date: Tue, 17 Sep 2024 10:24:47 +0300 Subject: [PATCH] [#269] .gitignore: Ignore ANTLR jar file The previous wildcard failed to properly match the ANTLR jar file. Signed-off-by: Aleksey Savchuk --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5659307..bf9e06c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ coverage.txt coverage.html # antlr tool jar -antlr-*.jar +antlr*.jar # tempfiles .cache