From 6163ce64d28df8589e2ce52b2a2282fc86d90e78 Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Thu, 27 Jun 2013 13:44:07 +0200 Subject: Add ignore = all for chromium submodule. This prevents chromium from showing up in git diff all the time after applying patches. It also prevents from accidentially updating the submodule sha sum. A nice side effect is also that git diff is all of a sudden much faster again. ;) Change-Id: I6f48b8f90a2853b2e3716011c2c42bb661d09060 Reviewed-by: Zeno Albisser Reviewed-by: Andras Becsi --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c5a390602..88ae082df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,4 @@ [submodule "chromium"] path = chromium url = https://chromium.googlesource.com/chromium/src.git + ignore = all -- cgit v1.2.3