0

Ignore synced //base/tracing test data in git

After https://crrev.com/c/4633300, `gclient sync` will download new
files to //base/tracing/test/data. These are currently untracked files
in git, which is noisy. This CL adds a .gitignore entry for these synced
files.

Bug: b/287233796
Change-Id: I17b4897a51830145af9361941c616d44ebcb9626
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4703203
Reviewed-by: Stephen Nusko <nuskos@chromium.org>
Commit-Queue: Stephen Nusko <nuskos@chromium.org>
Auto-Submit: Daniel Rubery <drubery@chromium.org>
Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172885}
This commit is contained in:
Daniel Rubery
2023-07-20 11:11:59 +00:00
committed by Chromium LUCI CQ
parent f6d8e0903d
commit b01bd60ad2

2
.gitignore vendored

@ -98,6 +98,8 @@ vs-chromium-project.txt
/ash/webui/media_app_ui/resources/pkg
/ash/webui/projector_app/resources/prod
/base/base_unittests_run.xml
/base/tracing/test/data/*
!/base/tracing/test/data/*.sha256
# See build/.gitignore for entries covering src/build.
# The Chrome OS build creates a /c and /c_icu symlink due to http://crbug.com/54866.