C.gitignore 115 字节
Newer Older
A
Alban 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Object files
*.o

# Libraries
*.lib

# Shared objects (inc. Windows DLLs)
*.dll
*.so

# Executables
*.exe
*.out