smcc/.gitignore
ZZY b57f21556a stable 重构文件结构
抽象出Machine Code
2025-04-01 23:27:25 +08:00

26 lines
194 B
Plaintext

.*
!.gitignore
# smcc compiler generated files
*.bin
.s
.asm
# linux binary files
*.o
*.a
*.so
*.out
# windows binary files
*.obj
*.lib
*.dll
*.exe
# developed notes
note.md
# python
.venv