From: Jay Freeman (saurik) Date: Tue, 24 Sep 2013 09:16:32 +0000 (-0700) Subject: Ignore changes we made to the submodules (for now). X-Git-Tag: v0.9.500~139 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/758a98a300da2323e1338293a7659991828ccae6?ds=sidebyside Ignore changes we made to the submodules (for now). --- diff --git a/.gitmodules b/.gitmodules index 09636a0..a5ee46e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "libffi"] path = libffi url = git://github.com/atgreen/libffi.git + ignore = dirty [submodule "readline"] path = readline url = git://git.savannah.gnu.org/readline.git + ignore = dirty