From 4454b1a933771ce6a9fad1499f6ef60d9f4efd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Tue, 29 Oct 2013 20:40:20 +0100 Subject: [PATCH 1/2] add `*.fls` to list of LaTeX ignores --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b..dc2f7e84 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Fri, 1 Nov 2013 16:20:41 +0100 Subject: [PATCH 2/2] 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/