From bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Fri, 1 Nov 2013 16:20:41 +0100 Subject: [PATCH] add `.lib/` to list of Scala ignores This directory is motivated by the `sbt.g8` template. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 4abe7692..b78b64aa 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.lib/ dist/* target/ lib_managed/ -- 2.39.5