mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
78c5ca53f6
This doesn't include any of the changes in the darkcoin/v0.10.18.x branch. Those will be brought over into this commit history.
88 lines
968 B
Plaintext
88 lines
968 B
Plaintext
*.tar.gz
|
|
|
|
*.exe
|
|
src/darkcoin
|
|
src/darkcoind
|
|
src/darkcoin-cli
|
|
src/test/test_darkcoin
|
|
src/qt/test/test_darkcoin-qt
|
|
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.log
|
|
config.status
|
|
configure
|
|
src/bitcoin-config.h
|
|
src/bitcoin-config.h.in
|
|
src/build-aux/
|
|
src/stamp-h1
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
|
|
.deps
|
|
.dirstamp
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.o-*
|
|
*.patch
|
|
.darkcoin
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
|
|
*.log
|
|
*.trs
|
|
*.dmg
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
# 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
|
|
|
|
#lcov
|
|
*.gcno
|
|
/*.info
|
|
test_darkcoin.coverage/
|
|
total.coverage/
|
|
coverage_percent.txt
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
qa/pull-tester/run-bitcoind-for-test.sh
|
|
qa/pull-tester/build-tests.sh
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
.cproject
|
|
.project |