forked from libbitcoin/libbitcoin-system
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
78 lines (70 loc) · 2.64 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
.deps
.libs
*.la
*.lo
*.o
*.pyc
Makefile
Makefile.in
libbitcoin.pc
bin
obj
.*.swp
*~
/*.kdev4
/.cproject
/.project
/.settings
/nbproject
/aclocal.m4
/autom4te.cache
/build-aux
/config.*
/configure
/libtool
.dirstamp
libbitcoin_1.0.10-1_amd64.deb
/examples/accept
/examples/balance
/examples/connect
/examples/determ
/examples/display-last
/examples/fullnode
/examples/initchain
/examples/priv
/examples/proto
/examples/satoshiwords
/examples/txrad
/examples/uri
/examples/error.log
/examples/debug.log
/build
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/.vs/sha256_tests/v14/.suo
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/sha256_tests.filters
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/main.obj
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/main_simd.obj
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256.obj
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.Build.CppClean.log
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.log
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/vc140.idb
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/vc140.pdb
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/zeroize.obj
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/CL.command.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/CL.read.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/CL.write.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/link.command.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/link.read.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/link.write.1.tlog
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/sha256_tests/x64/Debug/sha256_tests.tlog/sha256_tests.lastbuildstate
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/x64/Debug/sha256_tests.exe
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/x64/Debug/sha256_tests.ilk
test/miscellaneous_fernando_tests/sha256 stuff/sha256_tests/x64/Debug/sha256_tests.pdb
.idea/
cmake-build-debug/
cmake-build-release/
CMakeSettings.json
/.vs/bitprim-core/v15
/.vs
.vscode/
check_files.py
test_marchs.py