Ignore .afdo.prof.new.xz files in .gitignore
These files are temporarily downloaded during a `gclient sync`, which could be picked up by file system monitors, or could be left in the working tree if `gclient sync` fails. Bug: b:187788799, b:267371986 Change-Id: I6a6a21006e193107a78ab9729246f15a99fe2c6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5771914 Auto-Submit: Michael Cui <mlcui@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1340767}
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -111,7 +111,9 @@ vs-chromium-project.txt
|
||||
/cdm
|
||||
/ceee/internal/
|
||||
/chrome/android/profiles/afdo.prof
|
||||
/chrome/android/profiles/afdo.prof.new.xz
|
||||
/chrome/android/profiles/arm.afdo.prof
|
||||
/chrome/android/profiles/arm.afdo.prof.new.xz
|
||||
/chrome/android/profiles/arm.local.txt
|
||||
/chrome/android/profiles/local.txt
|
||||
/chrome/angle_unittests_run.xml
|
||||
@ -188,6 +190,7 @@ vs-chromium-project.txt
|
||||
/chromeos/profiles/chromeos.orderfile.txt
|
||||
/chromeos/profiles/*.local.txt
|
||||
/chromeos/profiles/*.afdo.prof
|
||||
/chromeos/profiles/*.afdo.prof.new.xz
|
||||
/cipd_cache/
|
||||
/components/chrome_settings_proto_generated_compile.xml
|
||||
/components/cloud_policy_proto_generated_compile.xml
|
||||
|
Reference in New Issue
Block a user