liblbfgs/.gitignore
2019-10-21 22:24:25 +08:00

25 lines
173 B
Plaintext

## C
# Object files
*.o
*.lo
*.la
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
build/
.DS_Store