Add notice that this was merged into haskell/lsp
[lsp-test.git] / .gitignore
1 .stack-work
2 stack.yaml.lock
3 dist
4 .cabal-sandbox
5 cabal.sandbox.config
6 dist-newstyle
7 cabal.project.local*
8 .ghc.environment.*
9 **/.DS_Store
10 *.swp
11
12 example/dist
13 example/dist-newstyle
14 example/cabal.project.local
15 example/.ghc.environment.*
16
17 # used for rerunning failed hspec tests
18 .hspec-failures
19
20 # downloaded by .download-hie.sh on travis
21 hie
22 .hie