japl/.gitignore

40 lines
309 B
Plaintext

# Default nim's gitignore
nimcache/
nimblecache/
htmldocs/
# PyCharm
.idea/
# JAPL
src/japl
src/compiler
tests/runtests
src/lexer
src/vm
tests/runtests
testresults.txt
testoutput.txt
# MacOS
.DS_Store
# Executables
main
*.exe
# Dependency graphs
*.deps
*.dot
# JAPL build config file
config.nim