Fixes resource file exemption.

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

Change-Id: I2d1846ff1ab2461fe0c3716b02d1a323cb8af85b
diff --git a/OWNERS b/OWNERS
index 80138ff..d1d6f81 100644
--- a/OWNERS
+++ b/OWNERS
@@ -12,4 +12,4 @@
 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/**=*