From 9faa32cf47ad7c51fed3e3d3239b2da0a3f08a77 Mon Sep 17 00:00:00 2001 From: David Matejka Date: Thu, 14 Aug 2014 11:19:03 +0200 Subject: [PATCH] added tests/tmp directory --- .gitignore | 4 ++-- tests/tmp/.gitkeep | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tests/tmp/.gitkeep diff --git a/.gitignore b/.gitignore index 732fcbf..a48aeea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ tests/**/*.actual tests/**/*.expected tests/**/coverage.* composer.lock -tests/tmp -!.gitkeep +tests/tmp/* +!.gitkeep \ No newline at end of file diff --git a/tests/tmp/.gitkeep b/tests/tmp/.gitkeep new file mode 100644 index 0000000..e69de29