diff options
author | Eduardo Julian | 2020-12-04 01:13:01 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-12-04 01:13:01 -0400 |
commit | 8df63aae42c40ac0413ccfacc3b2e8eb72e00a15 (patch) | |
tree | 5e1eb6833398b8a67a2e3d0db4a615204a25f80f /.gitignore | |
parent | 0205e5146b50ab066d152fccda0fc8cef4eef852 (diff) |
Re-named old luxc-jvm to lux-bootstrapper.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 0900603b4..59455a52a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,9 @@ pom.xml.asc /jbe -/luxc/target -/luxc/classes -/luxc/checkouts +/lux-bootstrapper/target +/lux-bootstrapper/classes +/lux-bootstrapper/checkouts /stdlib/target |