From 758a98a300da2323e1338293a7659991828ccae6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 24 Sep 2013 02:16:32 -0700 Subject: [PATCH] Ignore changes we made to the submodules (for now). --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2