diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-11-06 02:21:08 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-11-06 02:21:08 -0500 |
commit | 0428c27adf1a145f295ec477d498596ff1a75736 (patch) | |
tree | f59417f85ce1bce1bfcb347d24db786ab2a3acf5 /.gitignore | |
parent | 4adc90d9a8e48a5c1841874cae0cb30c3deee6e1 (diff) |
Start work on AST generation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ build/ .vscode/ -*-test.tnp
\ No newline at end of file +*-test.tnp +*-test.tnt
\ No newline at end of file |