1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00
Files
PLASMA/.gitignore
T
Brendan Robert 3ae9404419 Add .gitignore for build artifacts
Ignore compiled objects (.a, .o, .sym), executables, and build directories
to keep the repository clean.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-25 00:00:32 -06:00

20 lines
170 B
Plaintext

# Compiled object files
*.o
# Archive/library files
*.a
# Symbol files
*.sym
# Executables
plvm
xplasm
run6502
# Build output directories
src/rel/
# macOS
.DS_Store