From b869fabba1b5547dd2578ee6adab796cab1a4d55 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sun, 13 May 2018 22:14:10 -0500 Subject: [PATCH] Update .gitignore This patchset adds "helm-toolkit" to .gitignore. As that folder has been migrated to OSH-infra, this allows developers to conveniently symlink to the folder in OSH-infra without the risk of checking such symlink into this repository. Change-Id: Idb475896625ab310812bf7043e020c0c2847156f Signed-off-by: Tin Lam --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 915ed938a3..38075bbfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ releasenotes/build # Gate and Check Logs logs/ tmp/ + +# Developer symlinks +helm-toolkit