C.gitignore 178 字节
Newer Older
A
Alban 已提交
1 2
# Object files
*.o
M
Matt Jeffery 已提交
3
*.ko
4
*.obj
=
= 已提交
5
*.elf
A
Alban 已提交
6 7 8

# Libraries
*.lib
9
*.a
A
Alban 已提交
10 11 12 13

# Shared objects (inc. Windows DLLs)
*.dll
*.so
14 15
*.so.*
*.dylib
A
Alban 已提交
16 17 18 19

# Executables
*.exe
*.out
20
*.app
21 22
*.i*86
*.x86_64
=
= 已提交
23
*.hex