Graphs/.gitignore

37 lines
307 B
Plaintext
Raw Normal View History

2023-04-17 16:43:56 +02: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-04-17 19:10:14 +02:00
# Main
2023-04-18 00:25:18 +02:00
src/main.cpp
*.txt