1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-25 17:21:52 -07:00

git: ignore "cabal new-build"-style artifacts

This commit is contained in:
Peter Simons
2018-08-20 11:42:54 +02:00
parent 2324266fae
commit f0975b734c

13
.gitignore vendored

@@ -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/