Git: Ignore patch related files, so they can't be accidentally committed.

This duplicates the changes in [39360] for git.

See #38727.


Built from https://develop.svn.wordpress.org/trunk@39361


git-svn-id: http://core.svn.wordpress.org/trunk@39301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-11-29 04:56:46 +00:00
parent ab13386f71
commit 471f9b3bd5

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39360';
$wp_version = '4.8-alpha-39361';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.