-
Notifications
You must be signed in to change notification settings - Fork 136
/
.gitignore
102 lines (99 loc) · 1.53 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
bld
*.pyc
*.swp
src/test/__pycache__/
*~
*.class
*.gcno
*.gcda
*.o
*.lo
*.la
*.deps
*.dirstamp
*.libs
*.venv
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
build
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
dist
install-sh
libtool
ltmain.sh
missing
src/*~
src/lcov*
src/Makefile
src/Makefile.in
src/config.h
src/config.h.in
src/stamp-h1
src/test/Makefile
src/test/Makefile.in
src/wallycore.pc
src/test_*
src/test-suite.log
src/swig_java/swig_java_wrap.c
src/swig_java/*.java
src/swig_java/*.jar
src/swig_java/src/com/blockstream/libwally
src/swig_python/swig_python_wrap.c
src/swig_python/wallycore/__init__.py
src/swig_python/wallycore/wallycore.egg-info
tools/build-aux/m4/l*.m4
tools/build-aux/test-driver
tools/build-aux/*-e
tools/build-aux/ar-lib
src/secp256k1/build-aux/*-e
src/secp256k1/test-suite.log
src/secp256k1/*.log
src/secp256k1/*.trs
wallycore.egg-info/
wally*.gz
wally*.sha256
wally*.asc
wally*.whl
docs/source/address.rst
docs/source/anti_exfil.rst
docs/source/bip32.rst
docs/source/bip38.rst
docs/source/bip39.rst
docs/source/bip85.rst
docs/source/coinselection.rst
docs/source/core.rst
docs/source/crypto.rst
docs/source/map.rst
docs/source/descriptor.rst
docs/source/psbt.rst
docs/source/psbt_members.rst
docs/source/script.rst
docs/source/symmetric.rst
docs/source/transaction.rst
docs/source/transaction_members.rst
docs/source/elements.rst
docs/source/*_int.rst
.idea/
# ctags
tags
# MacOS
**/.DS_Store
# WebAssembly
wallycore.html
wallycore.js
wallycore.wasm
# Windows
*.obj
*.dll
*.lib
*.pdb
*.ilk
*.exp