diff options
author | Alexander Thiemann <mail@athiemann.net> | 2016-08-10 12:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 12:56:26 +0200 |
commit | 49f6eb9e07447984da9556487d953ce3b06b6c3e (patch) | |
tree | efa85d4b418061fffcd802ac04ed9cded359da4e | |
parent | 2664dad61f3fda7755acc70ceb5aac4b1e956981 (diff) | |
download | gitignore-49f6eb9e07447984da9556487d953ce3b06b6c3e.tar.gz gitignore-49f6eb9e07447984da9556487d953ce3b06b6c3e.zip |
ignore HTF test framework artifact directory
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
-rw-r--r-- | Haskell.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore index a4ee41ab..450f32ec 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,3 +17,4 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +.HTF/ |