japl/.gitignore

49 lines
464 B
Plaintext
Raw Normal View History

# Default nim's gitignore
2020-07-29 16:09:40 +02:00
nimcache/
nimblecache/
htmldocs/
# PyCharm
.idea/
2021-01-14 21:58:38 +01:00
# JAPL
src/japl
src/compiler
2021-01-05 12:21:23 +01:00
tests/runtests
2021-01-10 20:03:47 +01:00
tests/maketest
2021-01-16 13:11:17 +01:00
tests/makelongtests
src/lexer
src/vm
tests/runtests
testresults.txt
.testoutput.txt
2021-01-10 20:03:47 +01:00
.tempcode.jpl
.tempcode_drEHdZuwNYLqsQaMDMqeNRtmqoqXBXfnCfeqEcmcUYJToBVQkF.jpl
2021-01-10 20:03:47 +01:00
.tempoutput.txt
2021-01-14 21:58:38 +01:00
config.nim
2021-01-29 18:14:57 +01:00
jatr
jats
# MacOS
.DS_Store
# Executables
2020-08-13 23:47:29 +02:00
2021-01-14 21:58:38 +01:00
2020-10-18 22:26:23 +02:00
*.exe
# Dependency graphs
2020-10-18 22:26:23 +02:00
*.deps
*.dot
2020-11-02 21:37:46 +01:00
2021-01-05 12:21:23 +01:00
2021-02-27 17:42:06 +01:00
# Python bytecode cache
__pycache__
*.pyc