From: Chuck Hagenbuch Date: Fri, 25 Sep 2009 20:15:21 +0000 (-0400) Subject: Fix .gitignore to only ignore lib/ and libs/ directories, and only the top-level... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e4de6dcafd8ac04d75173fd9694d7bbcc22ae0e7;p=horde.git Fix .gitignore to only ignore lib/ and libs/ directories, and only the top-level ones. --- diff --git a/.gitignore b/.gitignore index d0e1af579..dfade75b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ */config/*.php .DS_Store -lib -libs +/lib/ +/libs/ .cache .project .settings