Make WordPress Core


Ignore:
Timestamp:
02/05/2021 04:50:21 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 3.7 branch.
See #38727.

Location:
branches/3.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7

    • Property svn:mergeinfo changed
      /trunkmerged: 39360-39361
    • Property svn:global-ignores set to
      wp-config.php
      wp-tests-config.php
      .DS_Store
      .gitignore

      # Files related to applying patches
      *.rej
      *.orig
      *.patch
      *.diff
  • branches/3.7/.gitignore

    r25173 r50225  
    2121# The WordPress output directory.
    2222build
     23
     24# Operating system specific files
     25.DS_Store
     26
     27# Ignore other .gitignore files to allow for personal customizations
     28.gitignore
     29
     30# Files related to applying patches
     31*.rej
     32*.orig
     33*.patch
     34*.diff
Note: See TracChangeset for help on using the changeset viewer.