From bef26434c6f1c34dcd27c30ceaf99306fb2fcc2f Mon Sep 17 00:00:00 2001 From: nitrix Date: Mon, 4 Nov 2019 15:44:20 +0100 Subject: [PATCH] add ignore for antlr generated files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fef207d..ae5d6d5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar -.mvn/wrapper/maven-wrapper.jar \ No newline at end of file +.mvn/wrapper/maven-wrapper.jar +src/main/antlr4/de/hsrm/compiler/Klang/.antlr \ No newline at end of file