From 3305d4f37724660989c9977f34d56d822983f893 Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Mon, 6 May 2019 09:34:35 -0700 Subject: [PATCH] .gitignore: Add techpack directory to gitignore The code under the techpack directory is maintained in different repositories, and thus, should be ignored by the kernel git repository, so add the techpack directory to the gitignore. Change-Id: Id8f737e3ddf36ca983b81e62bf7b881d61916353 Signed-off-by: Isaac J. Manjarres --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aff073d5bd05..ae8de00a8b9f 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,6 @@ kernel/configs/android-*.cfg # vendor device tree directories arch/arm64/boot/dts/vendor/ + +# Tech package directories +techpack/