.gitignore 273 字节
Newer Older
R
Rogerz Zhang 已提交
1 2 3 4 5 6 7 8 9 10 11
*.pyc
*.map
*.dblite
*.elf
*.bin
*.hex
*.axf
*.exe
*.pdb
*.idb
*.ilk
B
Bernard Xiong 已提交
12
*.old
R
Rogerz Zhang 已提交
13
build
B
Bernard Xiong 已提交
14 15
Debug
documentation/html
R
Rogerz Zhang 已提交
16
*~
17
*.o
B
bernard 已提交
18
*.obj
19 20 21 22
*.bak
*.dep
*.lib
*.a
B
bernard 已提交
23 24
*.i
*.d
lymzzyh's avatar
lymzzyh 已提交
25
tools/kconfig-frontends/kconfig-mconf
B
bernard 已提交
26
packages
27
dist
B
Bernard Xiong 已提交
28
cconfig.h
B
Bernard Xiong 已提交
29
GPUCache
H
haowenchao 已提交
30 31 32 33 34 35 36 37

#cscope files
cscope.*
ncscope.*

#ctag files
tags