prog8/.gitignore

26 lines
236 B
Plaintext
Raw Normal View History

2017-12-21 13:52:30 +00:00
/.idea/
/build/
/dist/
/output/
.*cache/
2017-12-21 13:52:30 +00:00
*.directory
*.prg
*.asm
*.labels.txt
2018-10-14 20:28:16 +00:00
*.vice-mon-list
2018-08-06 01:35:43 +00:00
docs/build
2018-09-15 14:35:15 +00:00
out/
**/*.interp
**/*.tokens
2018-10-14 20:28:16 +00:00
*.py[cod]
*.egg
*.egg-info
.eggs/
/MANIFEST
.tox/
__pycache__/
parser.out
parsetab.py
.pytest_cache/