From babb4fccdb039f9da763ff7c30166ef5afe92a7e Mon Sep 17 00:00:00 2001 From: Michael LaCorte Date: Sun, 21 Sep 2014 23:03:37 -0700 Subject: [PATCH] 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 --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5