2021-04-12 21:56:12 +08:00
|
|
|
# General ignored file types
|
2020-09-08 10:21:39 +08:00
|
|
|
*.o
|
2021-04-12 21:56:12 +08:00
|
|
|
*.a
|
|
|
|
*.so
|
2020-09-08 10:21:39 +08:00
|
|
|
*.swp
|
|
|
|
*.rej
|
|
|
|
*.orig
|
2021-04-12 21:56:12 +08:00
|
|
|
|
|
|
|
# IDE settings
|
|
|
|
.vscode
|
|
|
|
.idea
|
2020-09-08 10:21:39 +08:00
|
|
|
.settings
|
|
|
|
.cproject
|
|
|
|
.project
|
2021-04-12 21:56:12 +08:00
|
|
|
|
|
|
|
# VIM files
|
|
|
|
cscope*
|
|
|
|
tags
|
|
|
|
|
|
|
|
# Menuconfig temp files
|
|
|
|
/include/config
|
|
|
|
/include/generated
|
|
|
|
.config*
|
|
|
|
|
|
|
|
# Build temp files
|
|
|
|
/platform/board.ld
|
|
|
|
/out
|