enso/.gitignore
Marcin Kostrzewa 83db1dcfd3
Initial interpreter version – numbers, functions, tail recursion (#13)
Co-authored-by: Ara Adkins <me@ara.io>
Co-authored-by: Marcin Kostrzewa <marcinkostrzewa@yahoo.com>
2019-07-11 13:23:00 +02:00

58 lines
502 B
Plaintext

###########
## Scala ##
###########
graal_dumps/
target/
*.class
*.log
#############
## Haskell ##
#############
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.cabal
*.prof
*.aux
*.hp
*.DS_Store
.stack-work/
############
## System ##
############
# OSX
.DS_Store
############
## Images ##
############
*.jpg
*.jpeg
*.png
*.bmp
*.psd
######################
## Tooling Specific ##
######################
.idea/
*.swp
.projections.json