1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 06:07:58 +02:00

Merge pull request #1223 from mlacorte/patch-1

Ignore HPC files generated by GHC
This commit is contained in:
Carl Suster 2014-10-20 12:45:24 +11:00
commit ec7fec00be

View File

@ -5,6 +5,7 @@ cabal-dev
*.chi *.chi
*.chs.h *.chs.h
.virtualenv .virtualenv
.hpc
.hsenv .hsenv
.cabal-sandbox/ .cabal-sandbox/
cabal.sandbox.config cabal.sandbox.config