unison/.gitignore

37 lines
443 B
Plaintext
Raw Normal View History

2018-10-19 00:14:37 +03:00
# Unison
.unison*
test-output
unisonLocal.zip
2024-07-06 04:02:05 +03:00
*.uc
2024-07-09 19:52:31 +03:00
# Ignore all scratch files...
*.u
# Except those in unison-src
!unison-src/**/*.u
# And integration tests
!unison-cli-integration/integration-tests/IntegrationTests/**/*.u
2015-06-19 03:50:51 +03:00
# Auto-generated
jit-tests.md
interpreter-tests.md
2016-01-27 04:25:58 +03:00
# Stack
.stack-work
2024-04-15 02:57:08 +03:00
.stack-work-hls
2021-06-18 22:28:18 +03:00
# Cabal
dist-newstyle
# GHC
*.hie
2021-11-12 21:49:09 +03:00
*.prof
2024-07-10 20:06:53 +03:00
*.prof.html
2023-02-13 21:49:40 +03:00
/.direnv/
/.envrc
# Mac developers
**/.DS_Store
2023-02-15 03:11:47 +03:00
/libb2.dylib
2024-05-17 06:35:46 +03:00
# Nix
result