From 0aaea5b6ef3fc129ab6c7951e3a212f831f5ca15 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Dec 2013 18:48:58 +0000 Subject: [PATCH] Add more .gitignore entries for unit test files. props bpetty. fixes #26375. git-svn-id: https://develop.svn.wordpress.org/trunk@26578 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2a73bd2c0..dad73b5fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,9 @@ results wp-config.php wp-tests-config.php phpunit.xml -qunit/tests/compiled.html +tests/phpunit/data/plugins/wordpress-importer +tests/phpunit/data/.trac-ticket-cache* +tests/qunit/compiled.html node_modules npm-debug.log