Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ contrib/pyln-*/pyln/*/__version__.py
tests/plugins/test_selfdisable_after_getmanifest

# Ignore generated files
devtools/features
doc/schemas/sql.json
doc/*.7.md
doc/*.[1578]
Expand All @@ -72,6 +71,7 @@ tests/primitives_pb2_grpc.py
tests/autogenerate-examples-status.log
tests/autogenerate-examples.json
tests/autogenerate-examples-repeat.log
libcommon.a

# Ignore unrelated stuff
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions devtools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ fp16
rune
gossmap-compress
bip137-verifysignature
convert-gossmap
features
Loading