mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Update gitignore to be explicit about directories
R=estaab@google.com Change-Id: I82a688b1b65f7847972485d485b330f4855b07b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4884293 Auto-Submit: Josip Sokcevic <sokcevic@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -2,10 +2,11 @@
|
||||
*.pyc
|
||||
|
||||
# ignore cipd client files
|
||||
/.cipd_bin
|
||||
/.cipd_bin/
|
||||
/.cipd_bin_cros_python2
|
||||
/.cipd_client*
|
||||
/.versions
|
||||
/.cipd_client_cache/
|
||||
/.versions/
|
||||
|
||||
# Ignore "disable auto update" sentinel file.
|
||||
.disable_auto_update
|
||||
@@ -41,7 +42,7 @@
|
||||
/git_bin
|
||||
/git-*_bin
|
||||
/svn_bin
|
||||
/external_bin
|
||||
/external_bin/
|
||||
/win_toolchain/vs2013_files
|
||||
/win_toolchain/vs_files
|
||||
/win_toolchain/*.timestamps
|
||||
|
||||
Reference in New Issue
Block a user