From 5b9f8f55ad2bedc6fded1b0bbf4c1cdaf29df93a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 1 Apr 2020 02:08:25 +0200 Subject: gitignore phpunit.phar (#2868) Used for tests Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2844 --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/.gitignore (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..8a72c90b6 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1 @@ +phpunit.phar -- cgit v1.2.3