nim-libobjc/.gitignore
2022-11-27 14:26:25 -07:00

11 lines
94 B
Text

# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*