From 68175f94c31f5ec33774344305ff322e65d121f5 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 27 Aug 2016 11:28:11 +0000 Subject: [PATCH] After [38399], update the `.gitignore` file accordingly. The following files have been added to `svn:ignore` already as they are not compatible with PHP 5.2: * src/wp-vendor/autoload.php * src/wp-vendor/composer/autoload_real.php * src/wp-vendor/composer/autoload_static.php * src/wp-vendor/composer/ClassLoader.php See #36335. git-svn-id: https://develop.svn.wordpress.org/trunk@38401 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd18e54e0e..b09ff12ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,13 @@ wp-tests-config.php /npm-debug.log /build /tests/phpunit/build -/wp-cli.local.yml +/wp-cli.local.yml + +# Composer-generated files that do not pass the 5.2 linter +src/wp-vendor/autoload.php +src/wp-vendor/composer/autoload_real.php +src/wp-vendor/composer/autoload_static.php +src/wp-vendor/composer/ClassLoader.php # Files and folders that get created in wp-content /src/wp-content/blogs.dir