diff options
author | Eduardo Julian | 2019-04-26 18:01:12 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-26 18:01:12 -0400 |
commit | e0b3538721a71f6e8c016b12c8c257b8cebd3981 (patch) | |
tree | 1263740cda4bff9311e58d5bb217e7565060d724 /.gitignore | |
parent | f2c0473640e8029f27797f6ecf21662dddb0685b (diff) |
WIP: Turning compiler tests into a re-usable specification.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e83967470..a5e435077 100644 --- a/.gitignore +++ b/.gitignore @@ -19,29 +19,35 @@ pom.xml.asc /new-luxc/source/lux.lux /new-luxc/source/lux /new-luxc/source/program +/new-luxc/source/spec /lux-js/target /lux-js/source/lux.lux /lux-js/source/lux /lux-js/source/program +/lux-js/source/spec /lux-python/target /lux-python/source/lux.lux /lux-python/source/lux /lux-python/source/program +/lux-python/source/spec /lux-lua/target /lux-lua/source/lux.lux /lux-lua/source/lux /lux-lua/source/program +/lux-lua/source/spec /lux-ruby/target /lux-ruby/source/lux.lux /lux-ruby/source/lux /lux-ruby/source/program +/lux-ruby/source/spec /lux-php/target /lux-php/source/lux.lux /lux-php/source/lux /lux-php/source/program +/lux-php/source/spec |