From 0b8455d3c900f0e0fc0ae3bca29351e8fd84c727 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Fri, 17 Mar 2017 16:12:02 +0100 Subject: [PATCH] Fix 'dirty' submodules dirs --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0744b72..cda2892 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,11 @@ [submodule "BrahmaLoader"] path = BrahmaLoader url = https://github.com/d0k3/BrahmaLoader.git + ignore = dirty [submodule "CakeHax"] path = CakeHax url = https://github.com/mid-kid/CakeHax.git [submodule "CakesROP"] path = CakesROP url = https://github.com/mid-kid/CakesROP.git + ignore = dirty