prog8/.gitignore
Irmen de Jong 7218c17689 var inits
2018-01-13 16:02:41 +01:00

21 lines
189 B
Plaintext

*.py[cod]
*.egg
*.egg-info
/MANIFEST
/.idea/
.tox/
/build/
/dist/
/output/
.cache/
.eggs/
*.directory
*.prg
*.asm
*.labels.txt
.mypy_cache/
__pycache__/
parser.out
parsetab.py
!/il65/lib/*