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>
changes/93/4884293/2
Josip Sokcevic 2 years ago committed by LUCI CQ
parent a45d2d4c90
commit 67e56f6382

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

Loading…
Cancel
Save