Files
scc/.gitignore

29 lines
226 B
Plaintext
Raw Normal View History

2025-04-01 00:13:21 +08:00
.*
!.gitignore
# doxygen generated files
docs
# 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