mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 16:16:34 +00:00
3ae9404419
Ignore compiled objects (.a, .o, .sym), executables, and build directories to keep the repository clean. Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
170 B
Plaintext
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
|