mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
26 lines
246 B
Plaintext
26 lines
246 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_*
|
|
*.moc
|
|
Makefile
|
|
bitcoin-qt
|
|
#resources cpp
|
|
qrc_*.cpp
|
|
#qt creator
|
|
*.pro.user
|
|
#mac specific
|
|
.DS_Store
|