diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-01-10 23:20:06 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-11 01:06:01 +0100 |
commit | e00c5544d260741c6639d9a005ea933888ee8317 (patch) | |
tree | e14bf2bd049d0ba361d58812c4f13c3a02de538c /.gitignore | |
parent | Merge branch 'ticket/igorw/9987' into develop-olympus (diff) | |
download | phpbb-e00c5544d260741c6639d9a005ea933888ee8317.tar.gz phpbb-e00c5544d260741c6639d9a005ea933888ee8317.tar.bz2 phpbb-e00c5544d260741c6639d9a005ea933888ee8317.zip |
[ticket/9990] Integrate utf normalizer tests into test suite
PHPBB3-9990
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 39b9e0a7f4..c417bf01c1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ phpBB/images/avatars/upload/* phpBB/store/* tests/phpbb_unit_tests.sqlite2 tests/test_config.php +tests/utf/data/*.txt |