build: ensure we use objc regexps for export-patches (#17598)

* build: ensure we use objc regexps for export-patches

* build: also use objc for *.m

Co-Authored-By: MarshallOfSound <samuel.r.attard@gmail.com>
This commit is contained in:
Samuel Attard 2019-03-28 14:01:43 -07:00 committed by GitHub
parent 808783a5e4
commit 32c9597cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 30 additions and 22 deletions

View file

@ -0,0 +1,2 @@
*.mm diff=objc
*.m diff=objc