Files
bux-lang/.gitignore
T

14 lines
122 B
Plaintext

# Compiled binary
buxc
# Nim cache
nimcache/
# Test binaries
tests/lexer_test
tests/*.exe
# Build artifacts
build/
*.o