From: Michael LaCorte Date: Mon, 22 Sep 2014 06:03:37 +0000 (-0700) Subject: Ignore HPC files generated by GHC X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=babb4fccdb039f9da763ff7c30166ef5afe92a7e;p=gitignore.git 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 --- diff --git a/Haskell.gitignore b/Haskell.gitignore index 01e585ae..df44ad54 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -5,6 +5,7 @@ cabal-dev *.chi *.chs.h .virtualenv +.hpc .hsenv .cabal-sandbox/ cabal.sandbox.config