SQL: Ignore directory made by text editor (elastic/x-pack-elasticsearch#3391)

vscode-antlr4 does a fairly good job of syntax highlighting and
ctrl-click to jump to definition and the like. So I use it. But it
leaves behind this temporary directory that I really don't want to
commit.

Original commit: elastic/x-pack-elasticsearch@c8b802b26d
This commit is contained in:
Nik Everett 2017-12-20 18:48:54 -05:00 committed by GitHub
parent 1cf9d6e3f3
commit d9776ef7b4

3
.gitignore vendored
View File

@ -49,3 +49,6 @@ github.token
## ignore attachment files
.local-*
*/.local-*
## ignore antlr temporary files used by vscode-antlr4
.antlr