63 lines
568 B
Plaintext
63 lines
568 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Build & Toolchain
|
|
*build*/
|
|
temp/
|
|
.cache/
|
|
.xmake/
|
|
.llvm*/
|
|
.clice/
|
|
compile_commands.json
|
|
perf.data
|
|
flamegraph.svg
|
|
|
|
# Nodejs & Web
|
|
*.vsix
|
|
dist/
|
|
out/
|
|
cache/
|
|
node_modules/
|
|
.vscode-test/
|
|
|
|
# Python & Testing
|
|
__pycache__/
|
|
.pytest_cache/
|
|
tests/unit/Local/
|
|
|
|
# IDEs & Editors
|
|
/.vscode/
|
|
.vs/
|
|
.idea/
|
|
.claude
|