.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:
parent
08c5a1bee4
commit
b223e3e13e
3
.gitignore
vendored
3
.gitignore
vendored
@ -146,3 +146,6 @@ x509.genkey
|
||||
arch/*/configs/vendor/*-gki_defconfig
|
||||
arch/*/configs/vendor/*-qgki_defconfig
|
||||
arch/*/configs/vendor/*-qgki-debug_defconfig
|
||||
|
||||
# Tech package directories
|
||||
techpack/
|
||||
|
Loading…
Reference in New Issue
Block a user