From 57accade85a431725af7745230ac26b000ff831a Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sat, 20 Aug 2011 14:34:02 -0400 Subject: [PATCH] [ticket/10309] Update .gitignore and move .gitkeep. PHPBB3-10309 --- .gitignore | 2 +- tests/{utf/data => tmp}/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{utf/data => tmp}/.gitkeep (100%) diff --git a/.gitignore b/.gitignore index 65058b2eaf..7d789c59a1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ /phpBB/store/* /tests/phpbb_unit_tests.sqlite2 /tests/test_config.php -/tests/utf/data/*.txt +/tests/tmp/* diff --git a/tests/utf/data/.gitkeep b/tests/tmp/.gitkeep similarity index 100% rename from tests/utf/data/.gitkeep rename to tests/tmp/.gitkeep