forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (63 loc) · 1.08 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
*~
*.o
*.orig
*.tx
*.txid
*.pb
*.gcda
*.gcno
*.dSYM
*.rej
*.pyc
.cppcheck-suppress
.mypy_cache
TAGS
tags
ccan/tools/configurator/configurator
ccan/ccan/cdump/tools/cdump-enumstr
*_gen.c
*_gen.h
cli/lightning-cli
tools/check-bolt
tools/hsmtool
tools/lightning-hsmtool
coverage
ccan/config.h
__pycache__
config.vars
monkeytype.sqlite3
# Ignore some generated binaries
*/test/run-*
!*/test/run-*.c
*/test/exp-run-*
!*/test/exp-run-*.c
external/libbacktrace-build/
external/libbacktrace.a
external/libbacktrace.la
external/libbase58/
external/libbase58.a
external/libwally-core-build/
test/test_protocol
test/test_sphinx
tests/.pytest.restart
tests/plugins/test_libplugin
tests/fuzz/fuzz-*
!tests/fuzz/fuzz-*.c
gossip_store
.pytest_cache
tools/headerversions
.tmp.lightningrfc/
contrib/pylightning/build/
contrib/pylightning/dist/
contrib/pylightning/pylightning.egg-info/
contrib/pyln-*/build/
contrib/pyln-*/dist/
contrib/pyln-*/pyln_*.egg-info/
plugins/fetchinvoice
plugins/offers
plugins/keysend
release/
tests/plugins/test_selfdisable_after_getmanifest
devtools/route
devtools/topology
devtools/bolt12-cli