[commit: nofib] master: Update gitignore with more generated files. (487ff1a)

git at git.haskell.org git at git.haskell.org
Thu Sep 11 14:43:28 UTC 2014


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/487ff1a205ad4314b10c9bf486e84086ef39d419/nofib

>---------------------------------------------------------------

commit 487ff1a205ad4314b10c9bf486e84086ef39d419
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Wed Sep 10 09:09:54 2014 -0700

    Update gitignore with more generated files.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

487ff1a205ad4314b10c9bf486e84086ef39d419
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 84149ca..9fcfe34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
 .depend.bak
 cachegrind.out.*
 cachegrind.out.summary
+perf.data
+perf.data.*
 
 # Specific generated files
 nofib-analyse/nofib-analyse
@@ -143,6 +145,7 @@ gc/mutstore1/mutstore1
 gc/mutstore2/mutstore2
 gc/power/power
 gc/spellcheck/spellcheck
+gc/treejoin/treejoin
 
 parallel/blackscholes/blackscholes
 parallel/coins/coins



More information about the ghc-commits mailing list