2015-05-26 06:38:12 +02:00
|
|
|
*~
|
|
|
|
*.o
|
2015-07-09 07:41:41 +02:00
|
|
|
*.orig
|
|
|
|
*.tx
|
|
|
|
*.txid
|
|
|
|
*.pb
|
2017-01-13 19:45:53 +01:00
|
|
|
*.gcda
|
|
|
|
*.gcno
|
2018-03-22 07:21:25 +01:00
|
|
|
*.dSYM
|
2018-05-17 07:04:23 +02:00
|
|
|
*.rej
|
2019-02-19 15:34:06 +01:00
|
|
|
*.pyc
|
2021-12-11 00:54:22 +01:00
|
|
|
*.tmp
|
2022-07-16 06:55:09 +02:00
|
|
|
libccan.a
|
2018-03-26 03:01:58 +02:00
|
|
|
.cppcheck-suppress
|
2020-06-12 05:53:29 +02:00
|
|
|
.mypy_cache
|
2015-06-12 05:14:31 +02:00
|
|
|
TAGS
|
2018-09-26 03:39:40 +02:00
|
|
|
tags
|
2015-07-09 07:41:41 +02:00
|
|
|
ccan/tools/configurator/configurator
|
2016-02-25 05:55:00 +01:00
|
|
|
ccan/ccan/cdump/tools/cdump-enumstr
|
2020-10-22 01:51:08 +02:00
|
|
|
*_gen.c
|
|
|
|
*_gen.h
|
2021-05-16 18:22:54 +02:00
|
|
|
gen_*.c
|
|
|
|
gen_*.h
|
|
|
|
wire/gen_*_csv
|
2017-08-29 06:12:04 +02:00
|
|
|
cli/lightning-cli
|
2017-01-09 11:18:11 +01:00
|
|
|
coverage
|
2017-01-11 00:47:33 +01:00
|
|
|
ccan/config.h
|
2017-05-11 13:52:19 +02:00
|
|
|
__pycache__
|
2018-06-06 05:35:27 +02:00
|
|
|
config.vars
|
2021-01-21 15:05:26 +01:00
|
|
|
monkeytype.sqlite3
|
2017-01-13 19:45:53 +01:00
|
|
|
|
|
|
|
# Ignore some generated binaries
|
2018-09-25 16:34:15 +02:00
|
|
|
*/test/run-*
|
|
|
|
!*/test/run-*.c
|
2021-02-23 20:46:56 +01:00
|
|
|
*/test/exp-run-*
|
|
|
|
!*/test/exp-run-*.c
|
2022-07-19 07:08:26 +02:00
|
|
|
*/*/test/run-*
|
|
|
|
!*/*/test/run-*.c
|
2017-05-11 13:52:19 +02:00
|
|
|
test/test_protocol
|
2017-01-13 19:45:53 +01:00
|
|
|
test/test_sphinx
|
2017-12-07 22:21:38 +01:00
|
|
|
tests/.pytest.restart
|
2020-02-19 21:35:13 +01:00
|
|
|
tests/plugins/test_libplugin
|
2020-09-08 16:28:56 +02:00
|
|
|
tests/fuzz/fuzz-*
|
|
|
|
!tests/fuzz/fuzz-*.c
|
2018-03-29 16:43:48 +02:00
|
|
|
gossip_store
|
2018-06-05 22:53:56 +02:00
|
|
|
.pytest_cache
|
2018-12-19 08:37:32 +01:00
|
|
|
.tmp.lightningrfc/
|
2019-02-19 15:34:06 +01:00
|
|
|
contrib/pylightning/build/
|
|
|
|
contrib/pylightning/dist/
|
|
|
|
contrib/pylightning/pylightning.egg-info/
|
2019-07-23 15:26:28 +02:00
|
|
|
contrib/pyln-*/build/
|
|
|
|
contrib/pyln-*/dist/
|
|
|
|
contrib/pyln-*/pyln_*.egg-info/
|
2021-11-05 18:16:35 +01:00
|
|
|
contrib/pyln-*/.eggs/
|
|
|
|
contrib/pyln-*/pyln/*/__version__.py
|
2021-01-21 15:05:26 +01:00
|
|
|
tests/plugins/test_selfdisable_after_getmanifest
|
2021-09-23 15:19:25 +02:00
|
|
|
|
|
|
|
# Ignore generated files
|
2021-09-25 15:36:44 +02:00
|
|
|
devtools/features
|
2021-09-23 15:19:25 +02:00
|
|
|
doc/lightning*.[1578]
|
2022-11-30 13:24:25 +01:00
|
|
|
doc/reckless*.[1578]
|
2021-09-23 15:19:25 +02:00
|
|
|
*_sqlgen.[ch]
|
|
|
|
*_wiregen.[ch]
|
|
|
|
*_printgen.[ch]
|
2021-09-25 15:36:44 +02:00
|
|
|
*_gettextgen.po
|
2022-06-22 12:23:34 +02:00
|
|
|
tests/node_pb2.py
|
|
|
|
tests/node_pb2_grpc.py
|
|
|
|
tests/primitives_pb2.py
|
|
|
|
tests/primitives_pb2_grpc.py
|
2021-09-28 17:20:45 +02:00
|
|
|
|
|
|
|
# Ignore unrelated stuff
|
|
|
|
.DS_Store
|
|
|
|
.gdb_history
|
2022-11-11 12:02:50 +01:00
|
|
|
.python-version
|
2022-01-14 15:34:41 +01:00
|
|
|
|
|
|
|
# Rust targets
|
|
|
|
target
|
2022-06-22 12:23:34 +02:00
|
|
|
plugins/cln-grpc
|
2022-08-01 00:09:53 +02:00
|
|
|
|
|
|
|
# Build directories
|
|
|
|
bionic/
|
|
|
|
focal/
|
|
|
|
jammy/
|
|
|
|
release/
|
2023-03-31 02:54:56 +02:00
|
|
|
.vscode/
|
2023-06-28 00:44:11 +02:00
|
|
|
|
|
|
|
# Ignore release verification Sha256Sums
|
|
|
|
SHA256SUMS-*
|