Make WordPress Core

Changeset 50219


Ignore:
Timestamp:
02/05/2021 04:36:17 AM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Ignore patch related files, so they can't be accidentally committed.

Merges [39360-39361] to the 4.0 branch.
See #38727.

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

    • Property svn:global-ignores
      •  

        old new  
        11wp-config.php
        22wp-tests-config.php
         3.DS_Store
        34.gitignore
         5
         6# Files related to applying patches
         7*.rej
         8*.orig
         9*.patch
         10*.diff
    • Property svn:mergeinfo changed
      /trunkmerged: 39360-39361
  • branches/4.0/.gitignore

    r27298 r50219  
    1616/build
    1717/tests/phpunit/build
     18/wp-cli.local.yml
    1819
    1920# Files and folders that get created in wp-content
     
    3940# Ignore other .gitignore files to allow for personal customizations
    4041.gitignore
     42
     43# Files related to applying patches
     44*.rej
     45*.orig
     46*.patch
     47*.diff
Note: See TracChangeset for help on using the changeset viewer.