.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
f14c93fb4b
commit
3305d4f377
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -138,3 +138,6 @@ kernel/configs/android-*.cfg
|
|||
|
||||
# vendor device tree directories
|
||||
arch/arm64/boot/dts/vendor/
|
||||
|
||||
# Tech package directories
|
||||
techpack/
|
||||
|
|
Loading…
Reference in a new issue