mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
git: Ignore some more generated files and the cln-grpc plugin
This commit is contained in:
parent
d4bc4f6460
commit
5444a843b6
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -60,6 +60,10 @@ doc/lightning*.[1578]
|
|||
*_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
|
||||
|
@ -67,4 +71,5 @@ doc/lightning*.[1578]
|
|||
|
||||
# Rust targets
|
||||
target
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
plugins/cln-grpc
|
||||
|
|
Loading…
Add table
Reference in a new issue