From: Chuck Hagenbuch Date: Tue, 19 Jan 2010 01:43:55 +0000 (-0500) Subject: only ignore these directories at the top level X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe79731f7196498d105773b51e0a1a10be4265a5;p=horde.git only ignore these directories at the top level --- diff --git a/.gitignore b/.gitignore index 8382f6345..839d17da1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,11 @@ framework/*/tests/*.php !framework/Image/tests/svg.php # Dynamically generated content that may live in the repo directories -lib/ -libs/ -horde/libs/ -horde/static/*.* -horde/static/gc_* +/lib/ +/libs/ +/horde/libs/ +/horde/static/*.* +/horde/static/gc_* # Ignore locally defined config */config/*.php