From 8b6d474dd5d2b323d1dba29359460af4708402ea Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 12 Feb 2022 05:29:58 -0400 Subject: Optimizations for the pure-Lux JVM compiler. [Part 2] --- .gitignore | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3