From 93701e6736408e7743c74c4a3db78c29de34f4c9 Mon Sep 17 00:00:00 2001 From: David Abdemoulaie Date: Tue, 25 May 2010 15:13:01 -0500 Subject: [PATCH] Updating gitignore to properly ignore Common and DBAL --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a98d881c8..04f63f22d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ reports/ dist/ download/ lib/api/ -lib/Doctrine/Common/ -lib/Doctrine/DBAL/ +lib/Doctrine/Common +lib/Doctrine/DBAL