diff --git a/.gitignore b/.gitignore index 8dc33ba..ec7ede5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,9 @@ -.cabal-sandbox/ -cabal.sandbox.config .hpc/ *.hi *.o *.p_hi *.prof *.tix -cabal.config -dist -dist-* # editor temp files @@ -23,4 +18,12 @@ tags # stack artifacts /.stack-work/ + +# cabal-install artifacts +/.*.environment.*-* +/.cabal-sandbox/ +/cabal.config /cabal.project.local +/cabal.sandbox.config +/dist-newstyle/ +/dist/