Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I2e61b7ea231be78423dc10412e0ab9a710cad8ef
25 lines
215 B
Plaintext
25 lines
215 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
|
|
/out
|