mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
0410259dd5
* Retry downloading of depends sources 3 times * Manually invoke apt-get update and install instead of using addon This allows us to use travis_retry on these operations. * Add exception for depends/Makefile in .gitignore * Remove --retry from curl call This avoids future confusion as we don't rely on curl anymore to properly retry downloads. curls does only retry on transient errors, while Travis might cause all kinds of errors which circumvent the retry logic of curl.
139 lines
1.7 KiB
Plaintext
139 lines
1.7 KiB
Plaintext
*.sublime-project
|
|
*.sublime-workspace
|
|
todo.txt
|
|
reset-files.bash
|
|
|
|
*.tar.gz
|
|
|
|
*.exe
|
|
src/dash
|
|
src/dashd
|
|
src/dash-cli
|
|
src/dash-tx
|
|
src/test/test_dash
|
|
src/qt/test/test_dash-qt
|
|
src/bench/bench_dash
|
|
|
|
# autoreconf
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/config.guess
|
|
build-aux/config.sub
|
|
build-aux/depcomp
|
|
build-aux/install-sh
|
|
build-aux/ltmain.sh
|
|
build-aux/m4/libtool.m4
|
|
build-aux/m4/lt~obsolete.m4
|
|
build-aux/m4/ltoptions.m4
|
|
build-aux/m4/ltsugar.m4
|
|
build-aux/m4/ltversion.m4
|
|
build-aux/missing
|
|
build-aux/compile
|
|
build-aux/test-driver
|
|
config.log
|
|
config.status
|
|
configure
|
|
libtool
|
|
src/config/dash-config.h
|
|
src/config/dash-config.h.in
|
|
src/config/stamp-h1
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/univalue/gen
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
libconftest.dylib*
|
|
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.pyc
|
|
*.o
|
|
*.o-*
|
|
*.patch
|
|
!depends/patches/*/*.patch
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
|
|
*.log
|
|
*.trs
|
|
*.dmg
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
#libtool object files
|
|
*.lo
|
|
*.la
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
dash-qt
|
|
Dash-Qt.app
|
|
!/depends/Makefile
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
dash-qt_test
|
|
src/test/buildenv.py
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
#lcov
|
|
*.gcno
|
|
*.gcda
|
|
/*.info
|
|
test_dash.coverage/
|
|
total.coverage/
|
|
coverage_percent.txt
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
qa/pull-tester/tests_config.py
|
|
qa/pull-tester/tests_config.ini
|
|
qa/cache/*
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
.cproject
|
|
.project
|
|
.autotools
|
|
/doc/doxygen/
|
|
|
|
libdashconsensus.pc
|
|
contrib/devtools/split-debug.sh
|
|
src/qt/dash-qt.bash
|
|
qa/pull-tester/tests-config.sh
|
|
|
|
#development symlinks
|
|
dash-cli
|
|
dashd
|
|
dash-qt
|
|
make
|
|
|
|
/docker/bin
|
|
|
|
# CLion
|
|
.idea
|
|
cmake-build-debug
|