mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-24 16:51:53 -07:00
.github
XMonad
scripts
tests
.gitignore
.hlint.yaml
.mailmap
CHANGES.md
CONTRIBUTING.md
LICENSE
README.md
Setup.lhs
cabal.haskell-ci
cabal.project
flake.nix
stack-master.yaml
stack.yaml
xmonad-contrib.cabal
30 lines
232 B
Plaintext
30 lines
232 B
Plaintext
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
.hpc/
|
|
*.hi
|
|
*.o
|
|
*.p_hi
|
|
*.prof
|
|
*.tix
|
|
cabal.config
|
|
dist
|
|
dist-*
|
|
|
|
# editor temp files
|
|
|
|
*#
|
|
.#*
|
|
*~
|
|
.*.swp
|
|
|
|
# TAGS files
|
|
TAGS
|
|
tags
|
|
|
|
# stack artifacts
|
|
/.stack-work/
|
|
/cabal.project.local
|
|
|
|
stack.yaml.lock
|
|
|