2015-07-14 21:11:42 +02:00
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
|
2019-08-27 17:48:48 +02:00
|
|
|
# binaries downloaded by sbt for tests
|
|
|
|
binaries/bitcoind
|
|
|
|
binaries/eclair
|
|
|
|
|
2015-07-14 21:11:42 +02:00
|
|
|
# sbt specific
|
|
|
|
.cache
|
|
|
|
.history
|
|
|
|
.lib/
|
|
|
|
dist/*
|
|
|
|
target/
|
|
|
|
lib_managed/
|
|
|
|
src_managed/
|
|
|
|
project/boot/
|
|
|
|
project/plugins/project/
|
|
|
|
|
|
|
|
# Scala-IDE specific
|
|
|
|
.scala_dependencies
|
|
|
|
.worksheet
|
2016-01-21 23:06:08 +01:00
|
|
|
.idea/*
|
2017-02-21 16:09:53 +01:00
|
|
|
*.iml
|
2021-02-12 16:53:43 +01:00
|
|
|
.bsp
|
2021-05-04 19:17:50 +02:00
|
|
|
.vscode
|
2017-02-21 16:09:53 +01:00
|
|
|
|
|
|
|
# secp256k1 ignore files
|
|
|
|
bench_inv
|
|
|
|
bench_ecdh
|
|
|
|
bench_sign
|
|
|
|
bench_verify
|
|
|
|
bench_schnorr_verify
|
|
|
|
bench_recover
|
|
|
|
bench_internal
|
|
|
|
tests
|
|
|
|
exhaustive_tests
|
|
|
|
gen_context
|
|
|
|
!.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
|
2019-05-15 01:05:14 +02:00
|
|
|
|
|
|
|
# Docusaurs
|
2021-04-01 17:00:05 +02:00
|
|
|
website/translated_docs
|
|
|
|
website/build/
|
|
|
|
website/yarn.lock
|
|
|
|
website/node_modules
|
|
|
|
website/i18n/*
|
|
|
|
!website/i18n/en.json
|
2019-08-27 17:48:48 +02:00
|
|
|
website/static/api
|
2019-12-04 14:43:29 +01:00
|
|
|
|
|
|
|
#bloop
|
|
|
|
.bloop/
|
|
|
|
.metals/
|
2020-06-02 23:37:48 +02:00
|
|
|
|
|
|
|
#OSX
|
|
|
|
.DS_Store
|
2022-03-29 15:10:34 +02:00
|
|
|
|
|
|
|
#Docker
|
|
|
|
data/
|