0

[docs] Update the .gitignore path for third-party code

Change-Id: I6a4047aa1bfc15c96970b8c868c42f4ce4ecf30a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429250
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810412}
This commit is contained in:
David Dorwin
2020-09-25 02:10:34 +00:00
committed by Commit Bot
parent 7195ad440c
commit 7fde299b70

@ -66,8 +66,9 @@ you have a wrong path in DEPS and want to change the path of the existing
library in DEPS, please ask the infrastructure team before committing the
change.
Lastly, add the new directory to Chromium's `//.gitignore`, so that it won't
show up as untracked files when you run `git status` on the main repository.
Lastly, add the new directory to Chromium's `//third_party/.gitignore`, so that
it won't show up as untracked files when you run `git status` on the main
repository.
### Checking in the code directly
@ -81,7 +82,7 @@ README.chromium and Change List. The SHA-512 hash can be computed via
repository, please list the revision that the code was pulled from.
If you are checking the files in directly, you do not need an entry in DEPS
and do not need to modify `//.gitignore`.
and do not need to modify `//third_party/.gitignore`.
### Checking in large files