summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2015-02-11 18:39:44 +0100
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-04-17 11:27:59 -0700
commit70cb911f54c8b049b23d77e28048fd4cdb217454 (patch)
tree2e97d27d31f305b95c374aeb8943ca8c2607071f /.gitignore
parentb730937493f8f25c985b1a4cf5fcfb7fc16092a4 (diff)
downloadscala-70cb911f54c8b049b23d77e28048fd4cdb217454.tar.gz
scala-70cb911f54c8b049b23d77e28048fd4cdb217454.tar.bz2
scala-70cb911f54c8b049b23d77e28048fd4cdb217454.zip
Introduce sbt build
It mimics the ant build as closely as necessary to compare the produced artifacts between the two builds, to build confidence in the transition: - all projects are built into the same directories in build/quick - include legacy projects: forkjoin, asm, actors - TODO: Include forkjoin & asm into library & compiler jars, respectively. We don't carry over ant's built-in bootstrapping process; this will be scripted outside of the build, publishing layers locally. NOTE: the root project cannot be named `scala`: it shadows the `scala` package in e.g., `projectConsole`.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 20d700dd12..e3bc794f08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,7 @@
# Standard symbolic link to build/quick/bin
/qbin
+
+# Sbt's target directories
+**/target/
+/build-sbt/