mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
39 lines
375 B
Plaintext
39 lines
375 B
Plaintext
src/*.exe
|
|
src/darkcoin
|
|
src/darkcoind
|
|
src/test_darkcoin
|
|
.settings
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.patch
|
|
.darkcoin
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
darkcoin-qt
|
|
DarkCoin-Qt.app
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
darkcoin-qt_test
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Qt creator
|
|
*.pro.user
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
!src/leveldb-*/Makefile
|
|
.cproject
|
|
.project
|
|
|