X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.gitignore;h=21a619508fe5119a0b25209eaed928395ab3196d;hb=refs%2Fheads%2Fhaskell-lsp-0.6;hp=730460f1f6029d007516cb41eb01e707e0c689c0;hpb=2b59ee0c3ac0d2ea5c13f959f86cf17556d4a58b;p=lsp-test.git diff --git a/.gitignore b/.gitignore index 730460f..21a6195 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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