lcd/.gitignore

37 lines
298 B
Plaintext
Raw Permalink Normal View History

2020-12-06 07:22:01 +00: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
2020-12-06 07:26:32 +00:00
bin/*
.vscode/*