haskell-language-server/.gitignore
Julian Ospald 9fe56f1f01
Migrate release CI to github (#3406)
* Migrate to github CI

* Parallelize GHC builds

* Avoid building local packages twice

* Prepare for building 9.2.6

* Fix build on darwin M1 9.0.2

* Drop build of windows 9.2.6 due to https://gitlab.haskell.org/ghc/ghc/-/issues/22961

* Drop 9.0.2 for darwin M1

* Fix build on windows by disabling ghc-check pkg ABI check

* Use git-archive to create src tarball in upload

* Build releases for 9.2.7

* Build src archive in github action

* Build on unknown-linux too

* Try to build GHC-9.4.4 for unknown linux on Fedora33

* Make sure hls-wrapper binary comes from GHC-8.10.7

---------

Co-authored-by: wz1000 <zubin.duggal@gmail.com>
2023-03-23 11:23:18 +00:00

49 lines
582 B
Plaintext

dist-newstyle
.stack-work
/hie.yaml
cabal.project.local
*~
*.lock
.tasty-rerun-log
# shake build information
_build/
# stack 2.1 stack.yaml lock files
stack*.yaml.lock
shake.yaml.lock
.vscode
/test-logs/*.log
# stack 2.1 stack.yaml lock files
stack*.yaml.lock
shake.yaml.lock
# ignore hie.yaml's for testdata
test/testdata/**/hie.yaml
# metadata files on macOS
.DS_Store
# shake build folder (used in benchmark suite)
.shake/
# direnv
/.direnv/
/.envrc
# bench
*.identifierPosition
/bench/example
/bench-results
# nix
result
result-doc
out/
store/
gh-release-artifacts/