27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
# Rust
|
|
/target/
|
|
compiler/target/
|
|
|
|
# Build outputs
|
|
/out/
|
|
/build/
|
|
*.ll
|
|
!tests/*.ll
|
|
*.bc
|
|
*.o
|
|
*.s
|
|
|
|
# Benchmark and local runtime artifacts
|
|
benchmarks/**/build/
|
|
compiler/glagol-std-layout-local-fs-alpha.txt
|
|
**/.slovo/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|