From fe79731f7196498d105773b51e0a1a10be4265a5 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 18 Jan 2010 20:43:55 -0500 Subject: [PATCH] only ignore these directories at the top level --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.11.0