mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
25 lines
258 B
Plaintext
25 lines
258 B
Plaintext
src/*.exe
|
|
src/bitcoin
|
|
src/bitcoind
|
|
src/test_bitcoin
|
|
src/build.h
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.patch
|
|
.bitcoin
|
|
#compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
bitcoin-qt
|
|
#resources cpp
|
|
qrc_*.cpp
|
|
#qt creator
|
|
*.pro.user
|
|
#mac specific
|
|
.DS_Store
|
|
build
|