Remove the -alpha suffix now that the compiler has reached self-hosting fixpoint: stage-3 (hand source compiled by stage-2, itself compiled by stage-1) produces byte-identical IR to stage-2. This is the first official release of the Blaise compiler.
74 lines
859 B
Plaintext
74 lines
859 B
Plaintext
# Local binary release archives (not tracked; see releases/ directory)
|
|
releases/
|
|
|
|
# FPC compiled output
|
|
*.ppu
|
|
*.o
|
|
*.a
|
|
*.or
|
|
*.res
|
|
*.rst
|
|
*.s
|
|
|
|
# Shared / dynamic libraries
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Static libraries
|
|
*.lib
|
|
|
|
# PasBuild build output (per-module target/ directories)
|
|
target/
|
|
|
|
# QBE build artefacts (source is vendored; binary is built locally)
|
|
vendor/qbe/*.o
|
|
vendor/qbe/qbe
|
|
vendor/qbe/amd64/*.o
|
|
vendor/qbe/arm64/*.o
|
|
vendor/qbe/rv64/*.o
|
|
|
|
# FPC unit cache directories
|
|
lib/
|
|
units/
|
|
|
|
# PasBuild output
|
|
*.pbc
|
|
|
|
# Debug symbols
|
|
*.dbg
|
|
*.opdf
|
|
|
|
# Editor and IDE
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
.directory
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.orig
|
|
|
|
# Claude Code session notes — not for version control
|
|
CLAUDE.md
|