summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <davey@php.net>2020-10-27 06:34:12 +0000
committerGitHub <noreply@github.com>2020-10-27 06:34:12 +0000
commit2c020a07bf4995cf1f08dca35cb8ba66583b27f0 (patch)
treec723ccdcc9c3d88ebee6067de30a8aae534329ec
parent3bf9a00ec6889b14c50e279c7b85a62035553a56 (diff)
downloadphp7-mysql-shim-2c020a07bf4995cf1f08dca35cb8ba66583b27f0.zip
php7-mysql-shim-2c020a07bf4995cf1f08dca35cb8ba66583b27f0.tar.gz
php7-mysql-shim-2c020a07bf4995cf1f08dca35cb8ba66583b27f0.tar.bz2
Add phpunit cache file to gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e9418d0..2ba41ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
build/
vendor/
+.phpunit.result.cache \ No newline at end of file