Explorar el Código

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
Michael LaCorte hace 10 años
padre
commit
babb4fccdb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Haskell.gitignore

+ 1 - 0
Haskell.gitignore

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