mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
dbb38e2c7d
Changelog-None
85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
*~
|
|
*.o
|
|
*.orig
|
|
*.tx
|
|
*.txid
|
|
*.pb
|
|
*.gcda
|
|
*.gcno
|
|
*.dSYM
|
|
*.rej
|
|
*.pyc
|
|
*.tmp
|
|
libccan.a
|
|
.cppcheck-suppress
|
|
.mypy_cache
|
|
TAGS
|
|
tags
|
|
ccan/tools/configurator/configurator
|
|
ccan/ccan/cdump/tools/cdump-enumstr
|
|
*_gen.c
|
|
*_gen.h
|
|
gen_*.c
|
|
gen_*.h
|
|
wire/gen_*_csv
|
|
cli/lightning-cli
|
|
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
|
|
*/*/test/run-*
|
|
!*/*/test/run-*.c
|
|
test/test_protocol
|
|
test/test_sphinx
|
|
tests/.pytest.restart
|
|
tests/plugins/test_libplugin
|
|
tests/fuzz/fuzz-*
|
|
!tests/fuzz/fuzz-*.c
|
|
gossip_store
|
|
.pytest_cache
|
|
.tmp.lightningrfc/
|
|
contrib/pylightning/build/
|
|
contrib/pylightning/dist/
|
|
contrib/pylightning/pylightning.egg-info/
|
|
contrib/pyln-*/build/
|
|
contrib/pyln-*/dist/
|
|
contrib/pyln-*/pyln_*.egg-info/
|
|
contrib/pyln-*/.eggs/
|
|
contrib/pyln-*/pyln/*/__version__.py
|
|
tests/plugins/test_selfdisable_after_getmanifest
|
|
|
|
# Ignore generated files
|
|
devtools/features
|
|
doc/lightning*.[1578]
|
|
doc/reckless*.[1578]
|
|
*_sqlgen.[ch]
|
|
*_wiregen.[ch]
|
|
*_printgen.[ch]
|
|
*_gettextgen.po
|
|
tests/node_pb2.py
|
|
tests/node_pb2_grpc.py
|
|
tests/primitives_pb2.py
|
|
tests/primitives_pb2_grpc.py
|
|
|
|
# Ignore unrelated stuff
|
|
.DS_Store
|
|
.gdb_history
|
|
.python-version
|
|
|
|
# Rust targets
|
|
target
|
|
plugins/cln-grpc
|
|
|
|
# Build directories
|
|
bionic/
|
|
focal/
|
|
jammy/
|
|
release/
|