Add notice that this was merged into haskell/lsp
[lsp-test.git] / .gitignore
index 93b38a2e49816a46a6d51cde5922449b36114bff..2e1608d499628d5f0420fd3dd30a0133858a2373 100644 (file)
@@ -1,8 +1,22 @@
 .stack-work
+stack.yaml.lock
 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
+
+# downloaded by .download-hie.sh on travis
+hie
+.hie
\ No newline at end of file