Exempt res folder from OWNERS approval.

Test: rebuild
Change-Id: I4ba7e5d02985f62811fa89d2fd5d2667aa0b441d
diff --git a/OWNERS b/OWNERS
index e19e56f..d2bc1ff 100644
--- a/OWNERS
+++ b/OWNERS
@@ -13,3 +13,6 @@
 
 # Emergency approvers in case the above are not available
 miket@google.com
+
+# Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
+per-file *.xml=*
\ No newline at end of file