From e437069dcecea5b89c2a37f0b7b1f8dd5796b8df Mon Sep 17 00:00:00 2001
From: Patrick Wendell <pwendell@gmail.com>
Date: Mon, 20 Jan 2014 20:39:10 -0800
Subject: [PATCH] Restricting /lib to top level directory in .gitignore

This patch was proposed by Sean Mackrory.
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 39635d7eef..3d17899212 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,4 +44,4 @@ derby.log
 dist/
 spark-*-bin.tar.gz
 unit-tests.log
-lib/
+/lib/
-- 
GitLab