From: Michael M Slusarz Date: Thu, 24 Dec 2009 04:42:05 +0000 (-0700) Subject: Update .gitignore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0737ffaea25babd0481fde2f82c2adcbca692a2e;p=horde.git Update .gitignore --- 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