diff options
author | Eduardo Julian | 2016-12-01 11:00:44 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-12-01 11:00:44 -0400 |
commit | 7f66c54f4c9753b94dbf46ec50b8b16549daf324 (patch) | |
tree | 1b5b896cfba870a66a99a03315b09df842eb5737 /.gitignore | |
parent | 9c30546af022f8fe36b73e7e93414257ff28ee75 (diff) |
- 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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 4 insertions, 7 deletions
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 |