diff options
author | Simon Marlow <marlowsd@gmail.com> | 2016-02-10 22:23:14 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2016-02-11 13:09:29 +0000 |
commit | 023bf8d402652f63de9622e00276cb7b6cb4b261 (patch) | |
tree | 467c8fde78c07f4dec5d251ec04da7c78a6a8580 | |
parent | 62d1888ff45bd817409be2c3eacdc86cfef4bed8 (diff) | |
download | haskell-023bf8d402652f63de9622e00276cb7b6cb4b261.tar.gz |
Ignore untracked in nofib
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 73ce0d1b5f..783c568b61 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 |