.gitignore 259 字节
Newer Older
1
# General ignored file types
W
wenjun 已提交
2
*.o
3 4
*.a
*.so
W
wenjun 已提交
5 6 7
*.swp
*.rej
*.orig
8 9 10 11

# IDE settings
.vscode
.idea
W
wenjun 已提交
12 13 14
.settings
.cproject
.project
15 16 17 18 19 20 21 22 23 24 25 26 27

# VIM files
cscope*
tags

# Menuconfig temp files
/include/config
/include/generated
.config*

# Build temp files
/platform/board.ld
/out