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
This commit is contained in:
Michael LaCorte 2014-09-21 23:03:37 -07:00
parent 7acb3d6cdc
commit babb4fccdb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cabal-dev
*.chi
*.chs.h
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config