From e4de6dcafd8ac04d75173fd9694d7bbcc22ae0e7 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 25 Sep 2009 16:15:21 -0400 Subject: [PATCH] Fix .gitignore to only ignore lib/ and libs/ directories, and only the top-level ones. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0