From 9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Tue, 16 May 2017 21:57:47 +0200 Subject: [PATCH] Ignore unstaged files in 'monero' submodule by default. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3fa9487e..ac11bb78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "monero"] path = monero url = https://github.com/monero-project/monero - ignore = dirty \ No newline at end of file + ignore = all