Add gclient files to gitignore
This Cl updates the .gitignore with the .gclient and .gclient_entries files. Bug: tint:12 Change-Id: I645016ca83396c0616f2ad3f69d2ce510be59b53 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16580 Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
91e57dd7d8
commit
bf2b8973ed
|
@ -1,5 +1,7 @@
|
||||||
.vscode
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.gclient
|
||||||
|
.gclient_entries
|
||||||
|
.vscode
|
||||||
build
|
build
|
||||||
out
|
out
|
||||||
third_party/cpplint
|
third_party/cpplint
|
||||||
|
|
Loading…
Reference in New Issue