Skip to content

Commit 5cdcd13

Browse files
committed
generated: ignore traces/
They are not deterministic.
1 parent a4e63be commit 5cdcd13

File tree

1 file changed

+4
-1
lines changed
  • pkg/kv/kvserver/asim/tests/testdata/generated

1 file changed

+4
-1
lines changed

pkg/kv/kvserver/asim/tests/testdata/generated/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
!*/
55

66
# Except this specific directory (relative to .gitignore)
7+
# Note that this intentionally does not include subdirectories (such as traces)
8+
# which are not deterministic.
79
!example_rebalancing/**
10+
**/traces
811
# And the readme file.
9-
!README.md
12+
!README.md

0 commit comments

Comments
 (0)