diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-06-26 23:51:54 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-06-27 00:06:50 +0200 |
commit | aa4c5e7dd491a5f3a2e25a7368c0aa768255c913 (patch) | |
tree | 44475166ca55d4a19d60e1810b378799c67e8118 | |
parent | ab105f83dcd5f9094a9edb0f0c8266fba6f3c808 (diff) | |
download | haskell-aa4c5e7dd491a5f3a2e25a7368c0aa768255c913.tar.gz |
Add testsuite-related .gitignore files
Also set `submodule.<name>.ignore=none` explicitly for the recently
converted submodules, as those are not supposed to have untracked/unignored
files lying around.
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-rw-r--r-- | .gitmodules | 19 | ||||
m--------- | libraries/array | 0 | ||||
m--------- | libraries/directory | 0 | ||||
m--------- | libraries/filepath | 0 | ||||
m--------- | libraries/hpc | 0 | ||||
m--------- | libraries/old-time | 0 | ||||
m--------- | libraries/parallel | 0 | ||||
m--------- | libraries/process | 0 | ||||
m--------- | libraries/stm | 0 | ||||
m--------- | libraries/unix | 0 |
10 files changed, 19 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b5e7122f70..b5e29b9e61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,57 +57,76 @@ [submodule "libraries/array"] path = libraries/array url = ../packages/array.git + ignore = none [submodule "libraries/deepseq"] path = libraries/deepseq url = ../packages/deepseq.git + ignore = none [submodule "libraries/directory"] path = libraries/directory url = ../packages/directory.git + ignore = none [submodule "libraries/filepath"] path = libraries/filepath url = ../packages/filepath.git + ignore = none [submodule "libraries/haskell98"] path = libraries/haskell98 url = ../packages/haskell98.git + ignore = none [submodule "libraries/haskell2010"] path = libraries/haskell2010 url = ../packages/haskell2010.git + ignore = none [submodule "libraries/hoopl"] path = libraries/hoopl url = ../packages/hoopl.git + ignore = none [submodule "libraries/hpc"] path = libraries/hpc url = ../packages/hpc.git + ignore = none [submodule "libraries/old-locale"] path = libraries/old-locale url = ../packages/old-locale.git + ignore = none [submodule "libraries/old-time"] path = libraries/old-time url = ../packages/old-time.git + ignore = none [submodule "libraries/process"] path = libraries/process url = ../packages/process.git + ignore = none [submodule "libraries/unix"] path = libraries/unix url = ../packages/unix.git + ignore = none [submodule "libraries/parallel"] path = libraries/parallel url = ../packages/parallel.git + ignore = none [submodule "libraries/stm"] path = libraries/stm url = ../packages/stm.git + ignore = none [submodule "libraries/dph"] path = libraries/dph url = ../packages/dph.git + ignore = none [submodule "utils/haddock"] path = utils/haddock url = ../haddock.git + ignore = none [submodule "nofib"] path = nofib url = ../nofib.git + ignore = none [submodule "utils/hsc2hs"] path = utils/hsc2hs url = ../hsc2hs.git + ignore = none [submodule "libffi-tarballs"] path = libffi-tarballs url = ../libffi-tarballs.git + ignore = none diff --git a/libraries/array b/libraries/array -Subproject 26ff04744117b0ad8233a1a2b5635fa1277b88d +Subproject 7784c531e2fc8ae7e544ce50293a6108005cedd diff --git a/libraries/directory b/libraries/directory -Subproject 0c64d5420e54bb871f0407a4ec3155c6be60075 +Subproject 54c677d227b278de694b10398404981d64ece62 diff --git a/libraries/filepath b/libraries/filepath -Subproject 486373cb6bc3de8bf7f0b8532558c5fff32df20 +Subproject 57d9b11e4a551588ae5df4013e192ff6ec7812f diff --git a/libraries/hpc b/libraries/hpc -Subproject d6ac0c532f12d30af778eeb285da9031bb06fdd +Subproject 5a1ee4e8a2056beff16f0a3cac2c4da61b96f31 diff --git a/libraries/old-time b/libraries/old-time -Subproject 89017411036b24875393e4fd6ca8ef92fc181ad +Subproject e816d30ae8c64ccde2dde3063a7420abc922a0d diff --git a/libraries/parallel b/libraries/parallel -Subproject ce0d167561eb612640bced85f2b6f849aeb7fc2 +Subproject 8df9de914ea3ab7f47874e53b7e9d7c6af4d7f8 diff --git a/libraries/process b/libraries/process -Subproject b39e340bb1fa887842e99db9824906858515cdf +Subproject 35bf51cb72baaaeaad22fb340aa9d8c957d2186 diff --git a/libraries/stm b/libraries/stm -Subproject 0ba4b104df9f7364efeec22934fb92669824a8a +Subproject e8a901fddc88c6560af34e18a5201deeb8d5155 diff --git a/libraries/unix b/libraries/unix -Subproject cdc3ae7b087ac7451298a5b87fe2548fb74c2fd +Subproject bc48ca82deb23f6985579b7a50d205632cfd5d4 |