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

Ignore `*.rej`, `*.orig`, `*.patch`, and `*.diff` files in all directories.

Fixes #38727.


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


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

View File

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