diff options
author | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 15:00:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 15:00:47 +0000 |
commit | f3923d56274b4cbf55c664eefc535ec8483dc5d9 (patch) | |
tree | d98ec9d0114c2e48cbaf3474005ca46dc080c298 /testsuite/.gitignore | |
parent | 72545c75556c4404048036ce7e07a447fd199cd5 (diff) | |
download | haskell-f3923d56274b4cbf55c664eefc535ec8483dc5d9.tar.gz |
testsuite: ignore *.prof.normalised files
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index e8e4114853..8926e4eb16 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -39,6 +39,8 @@ Thumbs.db *.stderr-ws-32.normalised *.interp.stdout *.interp.stderr +*.prof.normalised +*.prof.sample.normalised *.run.stdout *.run.stderr |