Add HPC files to .gitignore

HPC is used for coverage checking Haskell code
This commit is contained in:
David Christiansen 2013-12-17 20:11:58 +01:00
parent 869564663b
commit 1486a1d79a

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ cabal.sandbox.config
*.swp
*~
.DS_Store
.hpc
*.tix
custom.mk
test/output
test/test???/output