From 21bd4643645dbb829ee59d3e361b4616683871eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Mon, 11 Mar 2013 10:12:31 +0100 Subject: [PATCH] Ignore Eclipse files in subdirectories too. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6f986a147a..c41cff3342 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ target/ -/.cache -/.classpath -/.project -/.settings/ +.cache +.classpath +.project +.settings/