diff options
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 + |