search-algorithms/.gitignore

39 lines
310 B
Plaintext
Raw Normal View History

2023-08-31 18:47:08 -05:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2023-08-31 18:58:11 -05:00
# Building
build
2023-09-10 17:36:59 -05:00
*.swp
2023-09-10 21:50:35 -05:00
.vs