]> source.dussan.org Git - gitignore.git/commitdiff
Ignore HPC files generated by GHC 1223/head
authorMichael LaCorte <mlacorte365@gmail.com>
Mon, 22 Sep 2014 06:03:37 +0000 (23:03 -0700)
committerMichael LaCorte <mlacorte365@gmail.com>
Mon, 22 Sep 2014 06:03:37 +0000 (23:03 -0700)
"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

Haskell.gitignore

index 01e585aea60221b737c1961b71a5c8397bdb2df9..df44ad547c491f79bc0375f102deb11018485c57 100644 (file)
@@ -5,6 +5,7 @@ cabal-dev
 *.chi
 *.chs.h
 .virtualenv
+.hpc
 .hsenv
 .cabal-sandbox/
 cabal.sandbox.config