From bf2b8973edb8edbd8c24d2a72155f86566889dbd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 5 Mar 2020 18:17:32 +0000 Subject: [PATCH] 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 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed1481c079..0e382d7fbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -.vscode .DS_Store +.gclient +.gclient_entries +.vscode build out third_party/cpplint