From f86a0718b02a461d398009cca175c5b3e040040a Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Thu, 19 Jan 2023 18:29:16 +0000 Subject: [PATCH] Fixes resource file exemption. The previous version missed out on other file types (JSON motion files, mp4, etc.) Change-Id: I2d1846ff1ab2461fe0c3716b02d1a323cb8af85b --- OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index 80138fffcee..d1d6f815deb 100644 --- a/OWNERS +++ b/OWNERS @@ -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/**=*