kconfiglib support the kconfig macro language, we need this feature to handle product related Kconfig configuration. Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I6bb521e93aab6c67b8bc3ac664b64f5e52089a45
26 lines
232 B
Plaintext
26 lines
232 B
Plaintext
# General ignored file types
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.swp
|
|
|
|
# IDE settings
|
|
.vscode
|
|
.idea
|
|
.settings
|
|
.cproject
|
|
.project
|
|
|
|
# VIM files
|
|
cscope*
|
|
tags
|
|
|
|
# Menuconfig temp files
|
|
/config.h
|
|
.config
|
|
.config.old
|
|
|
|
# Build temp files
|
|
/platform/board.ld
|
|
/out
|