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
This commit is contained in:
Pascal Birchler 2016-08-27 11:28:11 +00:00
parent b8f88aa597
commit 68175f94c3

6
.gitignore vendored
View File

@ -17,6 +17,12 @@ wp-tests-config.php
/tests/phpunit/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 # Files and folders that get created in wp-content
/src/wp-content/blogs.dir /src/wp-content/blogs.dir
/src/wp-content/languages /src/wp-content/languages