2019-04-20 01:18:47 +02:00
|
|
|
.idea/workspace.xml
|
2019-08-17 20:16:39 +02:00
|
|
|
.idea/discord.xml
|
2020-03-10 20:26:12 +01:00
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
output/
|
2018-07-01 23:24:32 +02:00
|
|
|
.*cache/
|
2017-12-21 14:52:30 +01:00
|
|
|
*.directory
|
|
|
|
*.prg
|
2018-11-21 00:02:02 +01:00
|
|
|
*.bin
|
2017-12-21 14:52:30 +01:00
|
|
|
*.labels.txt
|
2019-01-08 02:09:35 +01:00
|
|
|
*.vm.txt
|
2018-10-14 22:28:16 +02:00
|
|
|
*.vice-mon-list
|
2018-08-06 03:35:43 +02:00
|
|
|
docs/build
|
2018-09-15 16:35:15 +02:00
|
|
|
out/
|
2020-03-10 20:26:12 +01:00
|
|
|
parser/**/*.interp
|
|
|
|
parser/**/*.tokens
|
2020-03-20 22:53:56 +01:00
|
|
|
parser/**/*.java
|
2023-06-29 22:56:26 +02:00
|
|
|
compiler/src/prog8/buildversion/*
|
2018-10-14 22:28:16 +02:00
|
|
|
*.py[cod]
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
.eggs/
|
|
|
|
/MANIFEST
|
|
|
|
.tox/
|
|
|
|
__pycache__/
|
|
|
|
parser.out
|
|
|
|
parsetab.py
|
|
|
|
.pytest_cache/
|
2018-11-28 01:15:17 +01:00
|
|
|
.attach_pid*
|
2021-10-12 03:06:26 +02:00
|
|
|
compiler/lib/
|
2018-11-28 01:15:17 +01:00
|
|
|
|
2019-01-29 12:12:07 +01:00
|
|
|
.gradle
|
2023-07-21 00:14:06 +02:00
|
|
|
**/BuildVersion.kt
|
2019-01-30 22:39:43 +01:00
|
|
|
/prog8compiler.jar
|
2020-12-27 08:26:42 +01:00
|
|
|
sd*.img
|
2021-05-19 18:49:38 +02:00
|
|
|
*.d64
|
2023-06-29 22:56:26 +02:00
|
|
|
|