diff options
author | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
commit | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch) | |
tree | 514764c4d3071172928227ebe07149f5eab534e8 /.gitignore | |
parent | af680e8470bf7446d9fac431f38dcc57bd60aba9 (diff) |
v0.6.3
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 13 insertions, 5 deletions
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 + |