[commit: ghc] master: Ignore untracked in nofib (023bf8d)
git at git.haskell.org
git at git.haskell.org
Thu Feb 11 14:55:42 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/023bf8d402652f63de9622e00276cb7b6cb4b261/ghc
>---------------------------------------------------------------
commit 023bf8d402652f63de9622e00276cb7b6cb4b261
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Feb 10 22:23:14 2016 +0000
Ignore untracked in nofib
>---------------------------------------------------------------
023bf8d402652f63de9622e00276cb7b6cb4b261
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index 73ce0d1..783c568 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -106,7 +106,7 @@
[submodule "nofib"]
path = nofib
url = ../nofib.git
- ignore = none
+ ignore = untracked
[submodule "utils/hsc2hs"]
path = utils/hsc2hs
url = ../hsc2hs.git
More information about the ghc-commits
mailing list