diff options
author | Eduardo Julian | 2022-02-12 05:29:58 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-12 05:29:58 -0400 |
commit | 8b6d474dd5d2b323d1dba29359460af4708402ea (patch) | |
tree | 32a752dbced8f5620e9f4f57be5b36ef33860f31 /.gitignore | |
parent | 105ab334201646be6b594d3d1215297e3b629a10 (diff) |
Optimizations for the pure-Lux JVM compiler. [Part 2]
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 0b6b8cbbd..40d60ba10 100644 --- a/.gitignore +++ b/.gitignore @@ -22,12 +22,14 @@ aedifex.jar /lux-jvm/RELEASE /lux-jvm/target /lux-jvm/source/library +/lux-jvm/source/unsafe /lux-jvm/source/program /lux-jvm/source/spec /lux-js/RELEASE /lux-js/target /lux-js/source/library +/lux-js/source/unsafe /lux-js/source/program /lux-js/source/spec /lux-js/node_based_compiler.js @@ -36,18 +38,21 @@ aedifex.jar /lux-python/RELEASE /lux-python/target /lux-python/source/library +/lux-python/source/unsafe /lux-python/source/program /lux-python/source/spec /lux-lua/RELEASE /lux-lua/target /lux-lua/source/library +/lux-lua/source/unsafe /lux-lua/source/program /lux-lua/source/spec /lux-ruby/RELEASE /lux-ruby/target /lux-ruby/source/library +/lux-ruby/source/unsafe /lux-ruby/source/program /lux-ruby/source/spec @@ -56,25 +61,19 @@ aedifex.jar /lux-php/target /lux-php/source/library -/lux-php/source/lux +/lux-php/source/unsafe /lux-php/source/program /lux-php/source/spec /lux-cl/target -/lux-cl/source/lux.lux -/lux-cl/source/lux /lux-cl/source/program /lux-cl/source/spec /lux-scheme/target -/lux-scheme/source/lux.lux -/lux-scheme/source/lux /lux-scheme/source/program /lux-scheme/source/spec /lux-r/target -/lux-r/source/lux.lux -/lux-r/source/lux /lux-r/source/program /lux-r/source/spec |