Closed vorburger closed 10 years ago
I've just stumbled across commit https://github.com/svenefftinge/maven-xtext-example/commit/35226c31e4a319447915b0f3c1d7e11adefde9e7, where @dhuebner removed a my.mavenized.herolanguage.releng/.antlr-generator-3.2.0.jar, confirming that this shouldn't be in Git?
Not sure why there it was in herolanguage.releng (while this is a .gitignore for herolanguage/) - if it can be in both, there should be a .gitignore in releng as well? Or this one should rather be in the root...
Antlr generator will be pulled as transitive dependency with org.eclipse.xtext.xtext, so we do not need this jar any more. This jar should not appear during the maven build. Why setting it to gitignore?
as per dennis' comment
One would typically probably want yourlang/.antlr-generator-3.2.0.jar to be on .gitignore?