diff options
author | sherzod <sherzod.gapirov@mail.ru> | 2017-02-17 00:35:17 +0500 |
---|---|---|
committer | sherzod <sherzod.gapirov@mail.ru> | 2017-02-17 01:08:00 +0500 |
commit | 8dafbec557c3bc27bc2674ab20cf05c0530c0f13 (patch) | |
tree | 987b33067f87b188dda7c9d6096524f262199d91 /Global/SBT.gitignore | |
parent | dce5039def1e2c6cd58b1cc50cf385c8cecbc326 (diff) | |
download | gitignore-8dafbec557c3bc27bc2674ab20cf05c0530c0f13.tar.gz gitignore-8dafbec557c3bc27bc2674ab20cf05c0530c0f13.zip |
[SBT] Add some excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
Diffstat (limited to 'Global/SBT.gitignore')
-rw-r--r-- | Global/SBT.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |