mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
30 lines
275 B
Plaintext
30 lines
275 B
Plaintext
.hpc/
|
|
*.hi
|
|
*.o
|
|
*.p_hi
|
|
*.prof
|
|
*.tix
|
|
|
|
# editor temp files
|
|
|
|
*#
|
|
.#*
|
|
*~
|
|
.*.swp
|
|
|
|
# TAGS files
|
|
TAGS
|
|
tags
|
|
|
|
# stack artifacts
|
|
/.stack-work/
|
|
|
|
# cabal-install artifacts
|
|
/.*.environment.*-*
|
|
/.cabal-sandbox/
|
|
/cabal.config
|
|
/cabal.project.local
|
|
/cabal.sandbox.config
|
|
/dist-newstyle/
|
|
/dist/
|