From 0737ffaea25babd0481fde2f82c2adcbca692a2e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 23 Dec 2009 21:42:05 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 68cd07784..f9eaec143 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,20 @@ -*/config/*.php .DS_Store -/lib/ .cache .project .settings +.buildpath *~ .#* *.orig *.rej +# Ignore locally defined config +*/config/*.php + +# Application specific excludes +framework/bin/*.conf + !horde/config/nls.php horde/config/registry.d/*.php horde/libs/ horde/static/*.* - -framework/bin/*.conf -- 2.11.0