From 7f66c54f4c9753b94dbf46ec50b8b16549daf324 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 1 Dec 2016 11:00:44 -0400 Subject: - Collected the Lux compiler's repo, the Standard Library's, the Leiningen plugin's and the Emacs mode's into a big monorepo, to keep development unified. --- .gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9c8887842..9c23db8ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,11 @@ -/target -/classes -/checkouts +/luxc/target +/luxc/classes +/luxc/checkouts pom.xml pom.xml.asc *.jar *.class /.lein-* /.nrepl-port -LICENSE -README.md -doc/intro.md -/jbe +/luxc/jbe -- cgit v1.2.3