unison/.gitignore
2018-10-18 17:14:37 -04:00

38 lines
323 B
Plaintext

# Unison
.unison/
# Haskell
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.swp
*.un~
**/cache/**
**/build/**
tags
unison-src/.loaded
**cabal.sandbox.config
.cabal-sandbox/**
blockstore
blockstore.leveldb
target
htags
scala-tags
haskell-tags
# Stack
.stack-work
# IntelliJ
.idea
*.iml
# Misc
*~
.DS_Store
.virthualenv
.vagrant