pixie/.gitignore
treeform e06e13b2ce
Use genny. (#274)
* Ignore generated.
* Use genny.
2021-09-01 11:15:33 -07:00

15 lines
131 B
Plaintext

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