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

# IDE settings
.vscode
.idea
W
wenjun 已提交
10 11 12
.settings
.cproject
.project
13 14 15 16 17 18

# VIM files
cscope*
tags

# Menuconfig temp files
19 20 21
/config.h
.config
.config.old
22 23 24 25

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