From 52f6591f70f51030f4845d01ddc159e0518fccdb Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 28 Jan 2019 10:56:35 -0600 Subject: [PATCH] HTK: update .gitignore to exclude htk development files This PS updates the .gitignore to not add the files commonly used for htk development by default. Change-Id: Ic7b3711c3311ecef43b55342ae487078b5e004de Signed-off-by: Pete Birley --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ea203cfd8..d91e890b6 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,7 @@ releasenotes/build logs/ tools/gate/local-overrides/ playbooks/*.retry + +# Helm-toolkit dev +helm-toolkit/templates/test.yaml +helm-toolkit/values.yaml