Skip to content

Commit

Permalink
Skip META_new.*
Browse files Browse the repository at this point in the history
Fix GitHub #21: should skip META_new.json/META_new.yml
  • Loading branch information
briandfoy authored and karenetheridge committed Mar 10, 2019
1 parent e9cbdcc commit f10f1b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ExtUtils/MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
# Avoid MYMETA files
^MYMETA\.

# Temp files for new META
^META_new\.(?:json|yml)

# Avoid travis-ci.org file
^\.travis.yml

Expand Down

0 comments on commit f10f1b6

Please sign in to comment.