From 2a505231064344e80fc23cbb830829b0848866b3 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 25 Nov 2016 04:46:23 +0000 Subject: [PATCH] Git: Ignore patch related files, so they can't be accidentally committed. This duplicates the changes in [39360] for git. See #38727. git-svn-id: https://develop.svn.wordpress.org/trunk@39361 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd18e54e0e..03ecaed831 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ wp-tests-config.php /npm-debug.log /build /tests/phpunit/build -/wp-cli.local.yml +/wp-cli.local.yml # Files and folders that get created in wp-content /src/wp-content/blogs.dir @@ -42,3 +42,9 @@ wp-tests-config.php # Ignore other .gitignore files to allow for personal customizations .gitignore + +# Files related to applying patches +*.rej +*.orig +*.patch +*.diff