smcc/.gitignore
2025-04-01 00:13:21 +08:00

24 lines
186 B
Plaintext

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