Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#26375 closed defect (bug) (fixed)

Additional .gitignore Entries for Unit Test Files

Reported by: bpetty Owned by: SergeyBiryukov
Priority: low Milestone: 3.8
Component: Unit Tests Version: 3.8
Severity: trivial Keywords: has-patch
Cc: Focuses:

Description

Just have a few additions that would be helpful. Figured these would be better for everyone rather than continuing to maintain them in my local .git/info/exclude file.

  • /tests/phpunit/data/plugins/wordpress-importer/
  • /tests/phpunit/data/.trac-ticket-cache*
  • /tests/qunit/compiled.html

Also actually fixes that last entry too. It's there now, but it's the wrong path.

Attachments (1)

ticket-26375-gitignore.patch (340 bytes ) - added by bpetty 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 26578:

Add more .gitignore entries for unit test files.

props bpetty.
fixes #26375.

#2 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review3.8
Note: See TracTickets for help on using tickets.