mirror of
https://github.com/irmen/prog8.git
synced 2024-11-01 00:10:48 +00:00
34 lines
362 B
Plaintext
34 lines
362 B
Plaintext
.idea/workspace.xml
|
|
/build/
|
|
/dist/
|
|
/output/
|
|
.*cache/
|
|
*.directory
|
|
*.prg
|
|
*.bin
|
|
*.labels.txt
|
|
*.vm.txt
|
|
*.vice-mon-list
|
|
docs/build
|
|
out/
|
|
**/*.interp
|
|
**/*.tokens
|
|
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/
|
|
/MANIFEST
|
|
.tox/
|
|
__pycache__/
|
|
parser.out
|
|
parsetab.py
|
|
.pytest_cache/
|
|
compiler/src/prog8_kotlin.jar
|
|
compiler/src/compiled_java
|
|
.attach_pid*
|
|
|
|
.gradle
|
|
build/
|
|
/prog8compiler.jar
|