aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 896670e293..76c7f52068 100644
--- a/BUILD
+++ b/BUILD
@@ -27,7 +27,10 @@ filegroup(
filegroup(
name = "git",
- srcs = glob([".git/**"]),
+ srcs = glob(
+ [".git/**"],
+ exclude = [".git/**/*[*"], # gitk creates temp files with []
+ ),
)
filegroup(