mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
2c1fd3c395
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
25 lines
240 B
Plaintext
25 lines
240 B
Plaintext
src/*.exe
|
|
src/bitcoin
|
|
src/bitcoind
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.patch
|
|
.bitcoin
|
|
#compilation and Qt preprocessor part
|
|
*.o
|
|
ui_*.h
|
|
*.qm
|
|
moc_*
|
|
Makefile
|
|
bitcoin-qt
|
|
#resources cpp
|
|
qrc_*.cpp
|
|
#qt creator
|
|
*.pro.user
|
|
#mac specific
|
|
.DS_Store
|