From ca4a3db967a3bd4070a1b7ff2a58f88e406afc24 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:41:48 -0300 Subject: [PATCH 1/4] Remove trailing space --- Global/Eclipse.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 984a6eff..4a6cfc7c 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,7 +23,7 @@ local.properties # PDT-specific .buildpath -# sbteclipse plugin +# sbteclipse plugin .target # TeXlipse plugin From fbdea1ab367a4e8e8648bdade37a92ea4f2664d5 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH 2/4] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc4..7d12fc83 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.cache .cache/ .history/ .lib/ From 437193990b976ff5cb57c1635e9ec007f536b1bf Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH 3/4] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc4..b32ebe6f 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,7 +2,7 @@ *.log # sbt specific -.cache/ +.cache .history/ .lib/ dist/* From 3d0bbe3a5ca02c63c7899cb3a4ebb10c57133541 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Sun, 19 Oct 2014 08:59:24 -0200 Subject: [PATCH 4/4] Ignore .history files --- Scala.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index b32ebe6f..c58d83b3 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -3,7 +3,7 @@ # sbt specific .cache -.history/ +.history .lib/ dist/* target/