japl/.gitignore

44 lines
420 B
Plaintext
Raw Normal View History

# Default nim's gitignore
2020-07-29 16:09:40 +02:00
nimcache/
nimblecache/
htmldocs/
# PyCharm
.idea/
# 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
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
# MacOS
.DS_Store
# Executables
2020-08-13 23:47:29 +02:00
main
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
# JAPL build config file
config.nim
2021-01-05 12:21:23 +01:00