Commit babb4fcc authored by Michael LaCorte's avatar Michael LaCorte

Ignore HPC files generated by GHC

"GHC creates a subdirectory .hpc in the current directory, and puts HPC index (.mix) files in there..."

https://www.haskell.org/ghc/docs/7.4.2/html/users_guide/hpc.html
parent 7acb3d6c
......@@ -5,6 +5,7 @@ cabal-dev
*.chi
*.chs.h
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment