diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-02-10 18:42:13 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-02-10 18:42:13 +0200 |
commit | 79c811ca2b922e19c4e6289bfd57481e587cd024 (patch) | |
tree | 156b45d69bc9bd2cab021dc4052de04f894ed9e9 /.gitignore | |
parent | 4c2578706c70148fc001f42a0918a2fb10252b43 (diff) |
Specify ignored bitcoin-qt file precisely
This commit prevents ignoring the build_msvc/bitcoin-qt directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index db493811c5..86d3f98d84 100644 --- a/.gitignore +++ b/.gitignore @@ -90,7 +90,7 @@ src/qt/bitcoin-qt.includes *.qm Makefile !depends/Makefile -bitcoin-qt +src/qt/bitcoin-qt Bitcoin-Qt.app background.tiff* |