mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
git: ignore "cabal new-build"-style artifacts
This commit is contained in:
parent
2324266fae
commit
f0975b734c
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,14 +1,9 @@
|
|||||||
.cabal-sandbox/
|
|
||||||
cabal.sandbox.config
|
|
||||||
.hpc/
|
.hpc/
|
||||||
*.hi
|
*.hi
|
||||||
*.o
|
*.o
|
||||||
*.p_hi
|
*.p_hi
|
||||||
*.prof
|
*.prof
|
||||||
*.tix
|
*.tix
|
||||||
cabal.config
|
|
||||||
dist
|
|
||||||
dist-*
|
|
||||||
|
|
||||||
# editor temp files
|
# editor temp files
|
||||||
|
|
||||||
@ -23,4 +18,12 @@ tags
|
|||||||
|
|
||||||
# stack artifacts
|
# stack artifacts
|
||||||
/.stack-work/
|
/.stack-work/
|
||||||
|
|
||||||
|
# cabal-install artifacts
|
||||||
|
/.*.environment.*-*
|
||||||
|
/.cabal-sandbox/
|
||||||
|
/cabal.config
|
||||||
/cabal.project.local
|
/cabal.project.local
|
||||||
|
/cabal.sandbox.config
|
||||||
|
/dist-newstyle/
|
||||||
|
/dist/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user