glpy/.gitignore

36 lines
294 B
Plaintext
Raw Normal View History

2024-06-28 06:57:41 +00:00
build
.vscode
2024-06-28 06:36:22 +00:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
2024-06-29 04:00:21 +00:00
# *.dll
2024-06-28 06:36:22 +00:00
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
2024-06-29 03:15:57 +00:00
# *.a
2024-06-28 06:36:22 +00:00
# Executables
*.exe
*.out
*.app