[commit: ghc] master: testsuite: ignore *.prof.normalised files (f3923d5)
git at git.haskell.org
git at git.haskell.org
Sun Feb 7 15:00:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f3923d56274b4cbf55c664eefc535ec8483dc5d9/ghc
>---------------------------------------------------------------
commit f3923d56274b4cbf55c664eefc535ec8483dc5d9
Author: Sergei Trofimovich <siarheit at google.com>
Date: Sun Feb 7 15:00:47 2016 +0000
testsuite: ignore *.prof.normalised files
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
f3923d56274b4cbf55c664eefc535ec8483dc5d9
testsuite/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index e8e4114..8926e4e 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
More information about the ghc-commits
mailing list