Skip to content

Commit 785f26d

Browse files
git ignore: avoid ccaches stored for Chronos (#14279)
We use the `ccaches` folder to store ccaches when testing `replay_build.sh`. We don't want these committed though. Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 970c92c commit 785f26d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ infra/base-images/base-builder/indexer/fuzzing_engine.a
1212
# IntelliJ IDEA
1313
/.idea
1414
**/*.iml
15+
16+
# Chronos
17+
ccaches/

0 commit comments

Comments
 (0)