42 lines
470 B
Plaintext
42 lines
470 B
Plaintext
# Compiled binary
|
|
buxc
|
|
buxc_lir
|
|
src/main
|
|
|
|
# Nim cache
|
|
nimcache/
|
|
|
|
# Test binaries
|
|
tests/lexer_test
|
|
tests/parser_test
|
|
tests/sema_test
|
|
tests/hir_test
|
|
tests/borrow_test
|
|
tests/test_generics_parse
|
|
tests/*.exe
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
|
|
# Temporary directories
|
|
_test_tmp_pkg/
|
|
test_pkg/
|
|
examples_pkg/
|
|
|
|
# Temporary test directories
|
|
_test_*/
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Log files
|
|
*.log
|
|
.nim_runtime/
|
|
|
|
# Local build artifacts
|
|
buxc_debug
|
|
bootstrap/main
|
|
tools/bux-lsp
|
|
benches/*.out
|