[commit: nofib] master: Add binary artifacts to .gitignore (605bbb7)
git at git.haskell.org
git at git.haskell.org
Thu Nov 22 11:40:49 UTC 2018
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/605bbb7adee3643d84fd58dc81fedb5da5ccac3a/nofib
>---------------------------------------------------------------
commit 605bbb7adee3643d84fd58dc81fedb5da5ccac3a
Author: Sebastian Graf <sebastian.graf at kit.edu>
Date: Thu Nov 22 12:40:36 2018 +0100
Add binary artifacts to .gitignore
Summary:
I'm not sure why, but after D4989 (maybe also before) some binary
artifacts crept into the working tree.
Reviewers: AndreasK, mpickering, osa1, alpmestan, O26 nofib
Reviewed By: alpmestan
Differential Revision: https://phabricator.haskell.org/D5366
>---------------------------------------------------------------
605bbb7adee3643d84fd58dc81fedb5da5ccac3a
.gitignore | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.gitignore b/.gitignore
index 21a7ce7..c69af58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,8 @@ nofib-analyse/nofib-analyse
runstdtest/runstdtest
imaginary/bernouilli/bernouilli
+imaginary/digits-of-e1/digits-of-e1
+imaginary/digits-of-e2/digits-of-e2
imaginary/exp3_8/exp3_8
imaginary/gen_regexps/gen_regexps
imaginary/integrate/integrate
@@ -36,6 +38,13 @@ real/compress/compress.stdout
real/compress2/compress2
real/compress2/compress2.stdin
real/compress2/compress2.stdout
+real/eff/CS/CS
+real/eff/CSD/CSD
+real/eff/FS/FS
+real/eff/S/S
+real/eff/VS/VS
+real/eff/VSD/VSD
+real/eff/VSM/VSM
real/fem/fem
real/fluid/fluid
real/fulsom/fulsom
@@ -46,6 +55,7 @@ real/hidden/hidden
real/hpg/hpg
real/infer/infer
real/lift/lift
+real/linear/linear
real/maillist/runtime_files/addresses.tex
real/maillist/maillist
real/mkhprog/mkhprog
@@ -98,6 +108,7 @@ spectral/cryptarithm1/cryptarithm1
spectral/cryptarithm2/cryptarithm2
spectral/cse/cse
spectral/eliza/eliza
+spectral/exact-reals/exact-reals
spectral/expert/expert
spectral/fft2/fft2
spectral/fibheaps/fibheaps
@@ -120,10 +131,13 @@ spectral/hartel/wang/wang
spectral/hartel/wave4main/wave4main
spectral/integer/integer
spectral/knights/knights
+spectral/lambda/lambda
+spectral/last-piece/last-piece
spectral/lcss/lcss
spectral/life/life
spectral/mandel/mandel
spectral/mandel2/mandel2
+spectral/mate/mate
spectral/minimax/minimax
spectral/multiplier/multiplier
spectral/para/para
More information about the ghc-commits
mailing list