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