From d2e1be53363b4305c85cb739823d0c58f7bf7fc6 Mon Sep 17 00:00:00 2001 From: Kota Tsuyuzaki Date: Wed, 15 May 2019 18:00:54 +0900 Subject: [PATCH] Set ignore when the snappy submodule is dirty Change-Id: I4386af448fa1605bdea54ef3fda4a09a9a796dca --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 871b2905b7..b0c3a9e171 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "snappy"] path = go/swift-rpc-losf/snappy url = https://github.com/google/snappy.git + ignore = dirty [submodule "leveldb"] path = go/swift-rpc-losf/leveldb url = https://github.com/google/leveldb.git