[commit: ghc] master: Simplify .gitignore files (767b9dd)
git at git.haskell.org
git at git.haskell.org
Sat Jun 28 16:57:56 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/767b9ddf7d2ea2bb99d49372c79be129fc2058ce/ghc
>---------------------------------------------------------------
commit 767b9ddf7d2ea2bb99d49372c79be129fc2058ce
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Jun 28 18:48:20 2014 +0200
Simplify .gitignore files
It's a bit confusing to have .gitignore files spread all over the
filesystem. This commit tries to consolidate those into one .gitignore
file per component. Moreover, we try to describe files to be ignored which
happen to have a common identifying pattern by glob patterns.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
767b9ddf7d2ea2bb99d49372c79be129fc2058ce
libraries/base/.gitignore | 247 --
libraries/base/tests/.gitignore | 364 ++-
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 | 18 +-
testsuite/.gitignore | 2753 ++++++++++----------
.../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 -
testsuite/tests/driver/T7835/.gitignore | 1 -
testsuite/tests/driver/T8526/.gitignore | 1 -
testsuite/tests/driver/T8602/.gitignore | 1 -
testsuite/tests/ffi/should_run/.gitignore | 1 -
testsuite/tests/ghc-api/.gitignore | 3 -
testsuite/tests/ghci/scripts/.gitignore | 2 -
testsuite/tests/numeric/should_run/.gitignore | 2 -
testsuite/tests/patsyn/should_compile/.gitignore | 9 -
testsuite/tests/patsyn/should_run/.gitignore | 7 -
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 -
37 files changed, 1704 insertions(+), 1865 deletions(-)
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 767b9ddf7d2ea2bb99d49372c79be129fc2058ce
More information about the ghc-commits
mailing list