diff options
| author | Jonathan Cross <jcross@gmail.com> | 2017-05-16 21:57:47 +0200 |
|---|---|---|
| committer | Jonathan Cross <jcross@gmail.com> | 2017-05-16 21:57:47 +0200 |
| commit | 9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc (patch) | |
| tree | 4a2b0c9246a70c4550276d735b6aea385fb58180 /.gitmodules | |
| parent | 009362451d5f44843a2df9c73fff87d4e2a3ca33 (diff) | |
| download | monzero-gui-9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc.tar.gz monzero-gui-9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc.tar.xz monzero-gui-9dc8879e2c3ee76e9eae0d2aeae9ef817b2c35cc.zip | |
Ignore unstaged files in 'monero' submodule by default.
Diffstat (limited to '.gitmodules')
| -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 |
