.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 <isaacm@codeaurora.org>
This commit is contained in:
Isaac J. Manjarres 2019-05-06 09:34:35 -07:00
parent f14c93fb4b
commit 3305d4f377

3
.gitignore vendored
View file

@ -138,3 +138,6 @@ kernel/configs/android-*.cfg
# vendor device tree directories
arch/arm64/boot/dts/vendor/
# Tech package directories
techpack/