From cf2cc2767902342178ad22a303688fd8629ad020 Mon Sep 17 00:00:00 2001 From: Christophe Boutter Date: Sun, 22 May 2011 15:06:45 +0200 Subject: [PATCH 1/2] Added newline in order to allow multiple adds of gitignore files. --- Global/Mercurial.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore index d75cc477..3173e26f 100644 --- a/Global/Mercurial.gitignore +++ b/Global/Mercurial.gitignore @@ -1,3 +1,3 @@ /.hg/* */.hg/* -.hgignore \ No newline at end of file +.hgignore From 4f72321419888c907bb3ed66cfeb160d537fc560 Mon Sep 17 00:00:00 2001 From: Christophe Boutter Date: Fri, 27 May 2011 11:23:01 +0200 Subject: [PATCH 2/2] Added newline at end of file. --- Java.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java.gitignore b/Java.gitignore index 5241a722..6b468b62 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1 +1 @@ -*.class \ No newline at end of file +*.class