diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-07-26 18:24:03 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-07-26 18:24:52 +0100 |
commit | a33936737f465b5b6832996814ed7fb9947e0082 (patch) | |
tree | a2d1f9b4f8c8439c9dfed209ecc1cd1183b689ce /.gitignore | |
parent | a54a12046e98c57512715041d30ecf2f0ab8f6dd (diff) |
Exclude depends/Makefile in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5cef80f92f..cec1fb3dec 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ src/qt/bitcoin-qt.includes # Compilation and Qt preprocessor part *.qm Makefile +!depends/Makefile bitcoin-qt Bitcoin-Qt.app background.tiff* |