46 lines
No EOL
404 B
Text
46 lines
No EOL
404 B
Text
# 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
|
|
|
|
# Doxygen
|
|
*.bak
|
|
html/*
|
|
|
|
# Clang-format Python Script
|
|
*.py
|
|
|
|
# VSCode artifacts
|
|
./vscode/*
|
|
src/.vscode/settings.json
|
|
|
|
# macOS
|
|
.DS_STORE |