Skip to content

Commit 8fe749e

Browse files
gitignore: Add generated files to gitignore
1 parent 0cabd46 commit 8fe749e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ contrib/pyln-*/pyln/*/__version__.py
5656
tests/plugins/test_selfdisable_after_getmanifest
5757

5858
# Ignore generated files
59-
devtools/features
6059
doc/schemas/sql.json
6160
doc/*.7.md
6261
doc/*.[1578]
@@ -72,6 +71,7 @@ tests/primitives_pb2_grpc.py
7271
tests/autogenerate-examples-status.log
7372
tests/autogenerate-examples.json
7473
tests/autogenerate-examples-repeat.log
74+
libcommon.a
7575

7676
# Ignore unrelated stuff
7777
.DS_Store

devtools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ fp16
2121
rune
2222
gossmap-compress
2323
bip137-verifysignature
24+
convert-gossmap
25+
features

0 commit comments

Comments
 (0)