liblbfgs/.gitignore
2021-09-10 12:45:08 +08:00

26 lines
178 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
*.sh