X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.gitignore;h=2e1608d499628d5f0420fd3dd30a0133858a2373;hp=e6ad272600f4e4807589e1b9da4d1c98207d17f7;hb=HEAD;hpb=82a682ce648c48c890949ad67fc22900448dc94e diff --git a/.gitignore b/.gitignore index e6ad272..2e1608d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .stack-work +stack.yaml.lock dist .cabal-sandbox cabal.sandbox.config @@ -8,5 +9,14 @@ cabal.project.local* **/.DS_Store *.swp +example/dist +example/dist-newstyle +example/cabal.project.local +example/.ghc.environment.* + # used for rerunning failed hspec tests .hspec-failures + +# downloaded by .download-hie.sh on travis +hie +.hie \ No newline at end of file