diff options
author | Eduardo Julian | 2019-12-29 22:41:46 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-12-29 22:41:46 -0400 |
commit | 55219078698866155d7d3879f1378f75ba2ba3ee (patch) | |
tree | 47db4442c7063d2e234a4cc4f0f49d9792097af4 /.gitignore | |
parent | 84ea12c2960cc7460de81087a6e53bcc6d37a3d6 (diff) |
FIX the names of function classes are now prefixed with their originating module.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ef15d6b25..95dbbee14 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,11 @@ pom.xml.asc /.lein-* /.nrepl-port +/jbe + /luxc/target /luxc/classes /luxc/checkouts -/luxc/jbe /stdlib/target |