Remove capabilites since haskell-lsp now provides it
[opengl.git] / .gitignore
index f78eac276c8334321aeeb525a251487b8a2260b1..21a619508fe5119a0b25209eaed928395ab3196d 100644 (file)
@@ -1,10 +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