Fixes resource file exemption.

The previous version missed out on other file types (JSON motion files, mp4, etc.)

Change-Id: I2d1846ff1ab2461fe0c3716b02d1a323cb8af85b
This commit is contained in:
Daniel Norman
2023-01-19 18:29:16 +00:00
parent d7e16c22f6
commit f86a0718b0

2
OWNERS
View File

@@ -12,4 +12,4 @@ sunnyshao@google.com
yantingyang@google.com
# Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
per-file *.xml=*
per-file res/**=*