Commit 7fde299b authored by David Dorwin's avatar David Dorwin Committed by Commit Bot

[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: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810412}
parent 7195ad44
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment