unison/.gitignore
2024-07-10 10:37:08 -07:00

37 lines
443 B
Plaintext

# Unison
.unison*
test-output
unisonLocal.zip
*.uc
# Ignore all scratch files...
*.u
# Except those in unison-src
!unison-src/**/*.u
# And integration tests
!unison-cli-integration/integration-tests/IntegrationTests/**/*.u
# Auto-generated
jit-tests.md
interpreter-tests.md
# Stack
.stack-work
.stack-work-hls
# Cabal
dist-newstyle
# GHC
*.hie
*.prof
*.prof.html
/.direnv/
/.envrc
# Mac developers
**/.DS_Store
/libb2.dylib
# Nix
result