24 lines
186 B
Plaintext
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
|