diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2013-03-16 00:05:09 +0100 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-16 04:07:14 +0100 |
commit | 039223a4741d513c7ea3c9cc1bb84ad612773768 (patch) | |
tree | e7fda59d17566a45b2bc2928434901796bcb61f5 | |
parent | 69efaa0388c2989cd224821adb07715d64623953 (diff) |
gitmodules: Ignore 3rdparty in "diff family"
This should help avoid wrong 3rdparty commit ids
creeping in.
Change-Id: I2134ad1d3ad0237ef3f12baf4d4aafb02009e7bc
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/2768
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e53e9af40d..25ba6e3c67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = 3rdparty url = ../blobs.git update = none + ignore = all |