unison/.gitignore
Arya Irani d2e85729ac split bootstrap into non-overlapping source tree
helps intellij plugin and reduces `.cabal` length
2018-06-06 14:27:41 -04:00

36 lines
305 B
Plaintext

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