X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.gitignore;h=21a619508fe5119a0b25209eaed928395ab3196d;hb=refs%2Fheads%2Fhaskell-lsp-0.6;hp=93b38a2e49816a46a6d51cde5922449b36114bff;hpb=c6e68648c1e3b586e1ee8b0dcda1485ff5ae28ba;p=lsp-test.git diff --git a/.gitignore b/.gitignore index 93b38a2..21a6195 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,17 @@ .stack-work dist +.cabal-sandbox +cabal.sandbox.config dist-newstyle cabal.project.local* .ghc.environment.* **/.DS_Store *.swp +example/dist +example/dist-newstyle +example/cabal.project.local +example/.ghc.environment.* + +# used for rerunning failed hspec tests +.hspec-failures