From: sherzod Date: Thu, 16 Feb 2017 19:35:17 +0000 (+0500) Subject: [SBT] Add some excludes kept in Scala.gitignore . X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8dafbec557c3bc27bc2674ab20cf05c0530c0f13;p=gitignore.git [SBT] Add some excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here. --- diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 970d897c..5ed6acb6 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -1,9 +1,12 @@ # Simple Build Tool # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control +dist/* target/ lib_managed/ src_managed/ project/boot/ +project/plugins/project/ .history .cache +.lib/