prog8/.gitignore

21 lines
189 B
Plaintext
Raw Normal View History

2017-12-21 13:52:30 +00:00
*.py[cod]
*.egg
*.egg-info
/MANIFEST
/.idea/
.tox/
/build/
/dist/
/output/
.cache/
.eggs/
*.directory
*.prg
*.asm
*.labels.txt
.mypy_cache/
2018-01-05 21:52:23 +00:00
__pycache__/
parser.out
parsetab.py
2018-01-13 13:17:18 +00:00
!/il65/lib/*