diff options
author | Eduardo Julian | 2019-03-13 21:14:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-03-13 21:14:45 -0400 |
commit | 60f368ddd0cc9863fa9f59aa2362b9e3cb9e48a5 (patch) | |
tree | 4c62f02c6cd283856ee278dcced1b66e38af0a79 /.gitignore | |
parent | 8e4b93bfc90ca81d615bf9dd5af43f29fdd0f5ae (diff) |
Updated .gitignore for new JS compiler.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5ba128725..9b7f52760 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,11 @@ pom.xml.asc /stdlib/target /lux-lein/target /new-luxc/target -/new-luxc/commands +/new-luxc/source/lux.lux +/new-luxc/source/lux +/lux-js/target +/lux-js/source/lux.lux +/lux-js/source/lux /docs /commands |