From b9735e3c559c57624166c013bc4ec352490ef496 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 19 Jun 2015 20:37:21 +0200 Subject: [PATCH] removed root slashed from ignore file --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index bf480a5..f696488 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,7 @@ # # Ignore all maven target directories -/target -*/target -*/*/target -*/*/*/target +target # Ignore maven release files release.properties @@ -18,8 +15,8 @@ pom.xml.tag pom.xml.versionsBackup # Ignore copyed site resource -/src/site/markdown/build.md -/src/site/markdown/todo.md +src/site/markdown/build.md +src/site/markdown/todo.md # Ignore binary files and formats *.o