summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorL0P0P <grassoemanuele@live.com>2024-06-26 09:36:33 +0200
committerL0P0P <grassoemanuele@live.com>2024-06-26 09:36:33 +0200
commit9bb71e36feb60d886f1eb04f03daaa7bcf343355 (patch)
tree452714a42c084a472f89afd0a90283d7b9124985 /.gitignore
parentb12c01732860f9727626829e0b25a273de5fe5c7 (diff)
Ignored .antlr folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 29ba4ac..2b49698 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
out/
trees/
.project
-.vscode/ \ No newline at end of file
+.vscode/
+src/parser/.antlr/ \ No newline at end of file