From 4ace36ba0148c5ffd2c67e16f677dca2bd767780 Mon Sep 17 00:00:00 2001 From: sam boyer Date: Fri, 24 Jun 2022 14:55:49 -0400 Subject: [PATCH] bra: Ignore wildcard generated go files (#51399) --- .bra.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bra.toml b/.bra.toml index 7a8e77bf638..7bfb359a7b8 100644 --- a/.bra.toml +++ b/.bra.toml @@ -13,7 +13,7 @@ watch_dirs = [ "$WORKDIR/conf", ] watch_exts = [".go", ".ini", ".toml", ".template.html"] -ignore_files = ["wire_gen.go", "coremodel_gen.go", "registry_gen.go"] +ignore_files = [".*_gen.go"] build_delay = 1500 cmds = [ ["make", "gen-go"],