diff options
author | Michael Ford <fanquake@gmail.com> | 2013-04-26 15:38:28 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2013-04-26 15:38:28 +0800 |
commit | 9055b0fb1208d57b450bc8011902524a5e7619f9 (patch) | |
tree | da9b8cf29d1669552100b58c1449055995c70742 /.gitignore | |
parent | 77a1e12eed5fc66dce16584696f54988a8c2bf4e (diff) |
Add Bitcoin-Qt.app to .gitignore
Saves you from seeing everything in the Bitcoin-Qt.app/Contents/ dir
after compiling
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a34921b3ac..bf16a51891 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ src/test_bitcoin *.qm Makefile bitcoin-qt +Bitcoin-Qt.app # Unit-tests Makefile.test |