C.gitignore 144 字节
Newer Older
A
Alban 已提交
1 2
# Object files
*.o
M
Matt Jeffery 已提交
3
*.ko
A
Alban 已提交
4 5 6

# Libraries
*.lib
7
*.a
A
Alban 已提交
8 9 10 11

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

# Executables
*.exe
*.out
18
*.app