Skip to content

Commit babb4fc

Browse files
committed
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
1 parent 7acb3d6 commit babb4fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Haskell.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cabal-dev
55
*.chi
66
*.chs.h
77
.virtualenv
8+
.hpc
89
.hsenv
910
.cabal-sandbox/
1011
cabal.sandbox.config

0 commit comments

Comments
 (0)