diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-06-18 18:00:09 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-06-18 18:00:09 +0200 |
| commit | 535f1fc44672197852542e223b185b8798fc45a8 (patch) | |
| tree | 0f44452da25d66daf06efa3fc9f0d37ecaec6187 | |
| parent | 5d4f519a40cadbfd4500ab9472049bb55e0bc224 (diff) | |
| parent | 9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc (diff) | |
| download | monzero-gui-535f1fc44672197852542e223b185b8798fc45a8.tar.gz monzero-gui-535f1fc44672197852542e223b185b8798fc45a8.tar.xz monzero-gui-535f1fc44672197852542e223b185b8798fc45a8.zip | |
Merge pull request #732
9dc8879 Ignore unstaged files in 'monero' submodule by default. (Jonathan Cross)
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
