summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorducky2015-12-15 11:53:25 -0800
committerducky2015-12-15 11:53:25 -0800
commitc179a7a89e09214db98b48e095e62fe158019921 (patch)
treec8a66456de553250477233720db2fa954919daf4
parent5082b9cfff41782fb95fbfffd084bd8a6c19a874 (diff)
Fix some nits: add that line to .gitignore that keeps coming back, do parallel testing by default
-rw-r--r--.gitignore1
-rw-r--r--build.sbt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ab870da..e59c9b3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
generated/
+/bin/
diff --git a/build.sbt b/build.sbt
index d9ec3575..664a717e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,3 +19,4 @@ ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git"
(scalastyleConfig in Test) := baseDirectory.value / "scalastyle-test-config.xml"
+(parallelExecution in Test) := true