From 8df108600f6791237d0079af6b582e6cb306906d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 26 Mar 2019 21:23:30 -0400 Subject: Got the Python compiler running. --- .gitignore | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4d1e95d31..d55202a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,31 @@ -/luxc/target -/luxc/classes -/luxc/checkouts +/docs pom.xml pom.xml.asc *.jar *.class /.lein-* /.nrepl-port + +/luxc/target +/luxc/classes +/luxc/checkouts /luxc/jbe + /stdlib/target + /lux-lein/target + /new-luxc/target /new-luxc/source/lux.lux /new-luxc/source/lux + /lux-js/target /lux-js/source/lux.lux /lux-js/source/lux /lux-js/source/program -/docs -/commands + +/lux-python/target +/lux-python/source/lux.lux +/lux-python/source/lux +/lux-python/source/program -- cgit v1.2.3