From 3c2e9346f08d3d51198f93bcf9fbb13b7b0a3824 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 20 May 2014 13:01:22 -0700 Subject: [PATCH] CiviTest - Fix gitignore for truncate.xml --- .gitignore | 1 + tests/phpunit/CiviTest/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tests/phpunit/CiviTest/.gitignore diff --git a/.gitignore b/.gitignore index 9f0c884c4a..a4bec5489c 100644 --- a/.gitignore +++ b/.gitignore @@ -144,6 +144,7 @@ WordPress joomla packages/ tests/phpunit/CiviTest/civicrm.settings.local.php +tests/phpunit/CiviTest/truncate.xml tools/scripts/releaser/releaser.conf tools/tests/reports/logfile.tap tools/tests/reports/testdox.html diff --git a/tests/phpunit/CiviTest/.gitignore b/tests/phpunit/CiviTest/.gitignore deleted file mode 100644 index 49a7420804..0000000000 --- a/tests/phpunit/CiviTest/.gitignore +++ /dev/null @@ -1 +0,0 @@ -truncate.xml -- 2.25.1