[commit: ghc] master: Add .gitignore for autogenerated test files. (6c5017a)
git at git.haskell.org
git at git.haskell.org
Fri May 30 01:36:50 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6c5017a8ca2df6c20eef7edf9caeeece26f06cac/ghc
>---------------------------------------------------------------
commit 6c5017a8ca2df6c20eef7edf9caeeece26f06cac
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu May 29 17:07:06 2014 -0700
Add .gitignore for autogenerated test files.
I used this shell command to automatically generate the lists:
for i in `git ls-files -o --exclude-standard --directory`; do echo "`basename $i`" >> "`dirname "$i"`/.gitignore"; done
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
6c5017a8ca2df6c20eef7edf9caeeece26f06cac
libraries/base/tests/.gitignore | 93 ++++++++++++++++++++++
libraries/base/tests/Concurrent/.gitignore | 5 ++
libraries/base/tests/IO/.gitignore | 75 +++++++++++++++++
libraries/base/tests/Numeric/.gitignore | 10 +++
libraries/base/tests/System/.gitignore | 8 ++
libraries/base/tests/Text.Printf/.gitignore | 2 +
libraries/template-haskell/tests/.gitignore | 2 +
.../tests/annotations/should_compile/th/.gitignore | 1 +
testsuite/tests/callarity/perf/.gitignore | 1 +
testsuite/tests/callarity/should_run/.gitignore | 1 +
testsuite/tests/callarity/unittest/.gitignore | 1 +
testsuite/tests/codeGen/should_run/.gitignore | 11 +++
testsuite/tests/concurrent/should_run/.gitignore | 6 ++
testsuite/tests/cpranal/should_run/.gitignore | 1 +
testsuite/tests/deSugar/should_run/.gitignore | 1 +
testsuite/tests/deriving/should_run/.gitignore | 1 +
testsuite/tests/driver/.gitignore | 1 +
.../T5315.stdout => driver/T7835/.gitignore} | 0
testsuite/tests/driver/T8526/.gitignore | 1 +
testsuite/tests/driver/T8602/.gitignore | 1 +
testsuite/tests/ffi/should_run/.gitignore | 1 +
testsuite/tests/ghc-api/.gitignore | 2 +
testsuite/tests/ghci/scripts/.gitignore | 2 +
testsuite/tests/numeric/should_run/.gitignore | 2 +
testsuite/tests/patsyn/should_run/.gitignore | 2 +-
testsuite/tests/perf/should_run/.gitignore | 8 ++
testsuite/tests/primops/should_run/.gitignore | 2 +
testsuite/tests/quasiquotation/.gitignore | 1 +
testsuite/tests/rts/.gitignore | 13 +++
testsuite/tests/simplCore/should_run/.gitignore | 4 +
.../tests/stranal/should_run/T8425/.gitignore | 1 +
testsuite/tests/th/.gitignore | 2 +
.../tests/typecheck/should_compile/.gitignore | 1 +
testsuite/tests/typecheck/should_run/.gitignore | 3 +
34 files changed, 265 insertions(+), 1 deletion(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 6c5017a8ca2df6c20eef7edf9caeeece26f06cac
More information about the ghc-commits
mailing list