From 9dae6ada8591a9fb29cd004f2b742ddd50ea5f70 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 13 Oct 2017 14:08:22 -0700 Subject: [PATCH] Exempt res folder from OWNERS approval. Test: rebuild Change-Id: I4ba7e5d02985f62811fa89d2fd5d2667aa0b441d --- OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OWNERS b/OWNERS index e19e56fdbf0..d2bc1ff4857 100644 --- a/OWNERS +++ b/OWNERS @@ -13,3 +13,6 @@ zhfan@google.com # 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