.gitignore: Exclude the GKI generated defconfigs

Exclude the files generated by GKI scripts, such as:
  arch/*/configs/vendor/*-gki_defconfig
  arch/*/configs/vendor/*-qgki-debug_defconfig
  arch/*/configs/vendor/*-qgki_defconfig

These defconfigs are auto-generated at build time,
and should not be modified by the developers.

Change-Id: Ia965c23e2358b9ab0479b7415e2a60af5b892cd0
Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
This commit is contained in:
Raghavendra Rao Ananta 2019-06-06 19:19:02 -07:00 committed by Gerrit - the friendly Code Review server
parent 6600da713e
commit 08c5a1bee4

5
.gitignore vendored
View File

@ -141,3 +141,8 @@ x509.genkey
# Kdevelop4
*.kdev4
# GKI generated defconfigs
arch/*/configs/vendor/*-gki_defconfig
arch/*/configs/vendor/*-qgki_defconfig
arch/*/configs/vendor/*-qgki-debug_defconfig