remove some unused Makefile code and optimize some code Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I1c31d07481bb6aee47b0c51d63d6b68316c38c88
26 lines
226 B
Plaintext
26 lines
226 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
|
|
/defconfig
|
|
/.config
|
|
/.config.old
|
|
|
|
# Build temp files
|
|
/out
|