Skip to content

Commit e6dd09a

Browse files
committed
Build/Test Tools: Ignore patch related files, so they can't be accidentally committed.
Merges [39360-39361] to the 4.7 branch. See #52341. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@50205 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0f989b3 commit e6dd09a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wp-tests-config.php
1515
/npm-debug.log
1616
/build
1717
/tests/phpunit/build
18-
/wp-cli.local.yml
18+
/wp-cli.local.yml
1919

2020
# Files and folders that get created in wp-content
2121
/src/wp-content/blogs.dir
@@ -42,3 +42,9 @@ wp-tests-config.php
4242

4343
# Ignore other .gitignore files to allow for personal customizations
4444
.gitignore
45+
46+
# Files related to applying patches
47+
*.rej
48+
*.orig
49+
*.patch
50+
*.diff

0 commit comments

Comments
 (0)