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
This commit is contained in:
parent
5577248264
commit
2a50523106
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user