mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
2f7fb05f96
* Build and CI improvements In this commit we: 1) Parallelize the Travis CI config, by splitting each project into its own Travis task 2) Download bitcoind binaries through sbt * Use binaries downloaded by sbt task * Make BitcoindRpcTestUtil work on Travis without bitcoind on PATH * Add new downloadEclair task to sbt * use sbt downloaded binaries in tests * Fix Eclair and Bitcoind tests
80 lines
1.0 KiB
Plaintext
80 lines
1.0 KiB
Plaintext
*.class
|
|
*.log
|
|
|
|
# binaries downloaded by sbt for tests
|
|
binaries/bitcoind
|
|
binaries/eclair
|
|
|
|
# sbt specific
|
|
.cache
|
|
.history
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|
|
.idea/*
|
|
*.iml
|
|
|
|
# secp256k1 ignore files
|
|
bench_inv
|
|
bench_ecdh
|
|
bench_sign
|
|
bench_verify
|
|
bench_schnorr_verify
|
|
bench_recover
|
|
bench_internal
|
|
tests
|
|
exhaustive_tests
|
|
gen_context
|
|
*.exe
|
|
*.so
|
|
*.a
|
|
!.gitignore
|
|
|
|
Makefile
|
|
configure
|
|
.libs/
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.log
|
|
config.status
|
|
*.tar.gz
|
|
*.la
|
|
libtool
|
|
.deps/
|
|
.dirstamp
|
|
*.lo
|
|
*.o
|
|
*~
|
|
src/libsecp256k1-config.h
|
|
src/libsecp256k1-config.h.in
|
|
src/ecmult_static_context.h
|
|
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
|
|
src/stamp-h1
|
|
libsecp256k1.pc
|
|
|
|
# Docusaurs
|
|
node_modules
|
|
website/build
|
|
website/static/api
|