mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
9055b0fb12
Saves you from seeing everything in the Bitcoin-Qt.app/Contents/ dir after compiling
35 lines
338 B
Plaintext
35 lines
338 B
Plaintext
src/*.exe
|
|
src/bitcoin
|
|
src/bitcoind
|
|
src/test_bitcoin
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.patch
|
|
.bitcoin
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
bitcoin-qt
|
|
Bitcoin-Qt.app
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
bitcoin-qt_test
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Qt creator
|
|
*.pro.user
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
!src/leveldb-*/Makefile
|