-
Mikhail Glushenkov authoredMikhail Glushenkov authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 635 B
# trivial gitignore file
.cabal-sandbox/
cabal.sandbox.config
cabal.project.local
.ghc.environment.*
cabal-dev/
.hpc/
*.hi
*.o
*.p_hi
*.prof
*.tix
dist
dist-*
register.sh
./cabal.config
/Cabal/dist/
/Cabal/tests/Setup
/Cabal/Setup
/Cabal/source-file-list
/cabal-install/dist/
/cabal-install/Setup
/cabal-install/source-file-list
# editor temp files
*#
.#*
*~
.*.swp
*.bak
# GHC build
Cabal/GNUmakefile
Cabal/dist-boot/
Cabal/dist-install/
Cabal/ghc.mk
# TAGS files
TAGS
tags
# stack artifacts
/.stack-work/
# Shake artifacts
.shake*
progress.txt
# test files
register.sh
# python artifacts from documentation builds
*.pyc