[#269] .gitignore: Ignore ANTLR jar file
The previous wildcard failed to properly match the ANTLR jar file. Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
7b19dabc52
commit
1732a23d07
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -23,7 +23,7 @@ coverage.txt
|
||||||
coverage.html
|
coverage.html
|
||||||
|
|
||||||
# antlr tool jar
|
# antlr tool jar
|
||||||
antlr-*.jar
|
antlr*.jar
|
||||||
|
|
||||||
# tempfiles
|
# tempfiles
|
||||||
.cache
|
.cache
|
||||||
|
|
Loading…
Reference in a new issue