From d94c7c2fe515da063ca0b29f52b6d27f2132028a Mon Sep 17 00:00:00 2001 From: jperras Date: Thu, 24 Sep 2009 19:36:04 -0400 Subject: [PATCH] Making gitignore entries absolute with respect to the repository root. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 34b5594bd..9edf61016 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -app/config -app/tmp -plugins -vendors \ No newline at end of file +/app/config +/app/tmp +/plugins +/vendors \ No newline at end of file