From fc03921d7a7b92b8e11ab78eeebaf7faa377f647 Mon Sep 17 00:00:00 2001 From: diosmosis <benaka.moorthi@gmail.com> Date: Tue, 5 Feb 2013 00:32:54 +0000 Subject: [PATCH] Add contents of integration tests processed dir and VisualPHPUnit resource cache dir to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fd70b17bcc..c1a99da2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ tmp/* *.db *.buildpath config/config.ini.php +tests/PHPUnit/Integration/processed/* +tests/lib/visualphpunit/app/resource/cache/* \ No newline at end of file -- GitLab