prog8/.gitignore

21 lines
194 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/
2017-12-21 13:52:30 +00:00
.eggs/
*.directory
*.prg
*.asm
*.labels.txt
2018-01-05 21:52:23 +00:00
__pycache__/
parser.out
parsetab.py
2018-08-06 01:35:43 +00:00
.pytest_cache/
docs/build
2018-09-01 18:30:34 +00:00
out/