From 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 23:57:14 -0400 Subject: v0.6.3 --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3807aff31..2bc0617f5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,22 +8,21 @@ pom.xml.asc /jbe +/lux-bootstrapper/RELEASE /lux-bootstrapper/target /lux-bootstrapper/classes /lux-bootstrapper/checkouts -/stdlib/target - +/lux-lein/RELEASE /lux-lein/target -/licentia/target -/licentia/source/library - +/lux-jvm/RELEASE /lux-jvm/target /lux-jvm/source/library /lux-jvm/source/program /lux-jvm/source/spec +/lux-js/RELEASE /lux-js/target /lux-js/source/library /lux-js/source/program @@ -31,21 +30,27 @@ pom.xml.asc /lux-js/node_based_compiler.js /lux-js/lux.js +/lux-python/RELEASE /lux-python/target /lux-python/source/library /lux-python/source/program /lux-python/source/spec +/lux-lua/RELEASE /lux-lua/target /lux-lua/source/library /lux-lua/source/program /lux-lua/source/spec +/lux-ruby/RELEASE /lux-ruby/target /lux-ruby/source/library /lux-ruby/source/program /lux-ruby/source/spec +/stdlib/RELEASE +/stdlib/target + /lux-php/target /lux-php/source/library /lux-php/source/lux @@ -70,3 +75,6 @@ pom.xml.asc /lux-r/source/program /lux-r/source/spec +/licentia/target +/licentia/source/library + -- cgit v1.2.3