mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
Update .gitignore files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6e0e1c7067
commit
811e14ff66
2 changed files with 7 additions and 5 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -20,12 +20,9 @@ daemon/lightning-cli
|
|||
check-bolt
|
||||
coverage
|
||||
ccan/config.h
|
||||
__pycache__
|
||||
|
||||
# Ignore some generated binaries
|
||||
lightningd/lightningd_channel
|
||||
lightningd/lightningd_gossip
|
||||
lightningd/lightningd_handshake
|
||||
lightningd/lightningd_opening
|
||||
lightningd/test/run-channel
|
||||
lightningd/test/run-cryptomsg
|
||||
lightningd/test/run-commit_tx
|
||||
|
@ -34,6 +31,6 @@ lightningd/test/run-key_derive
|
|||
wire/test/run-peer-wire
|
||||
bitcoin/test/run-tx-encode
|
||||
daemon/test/run-maxfee
|
||||
test/test_proto
|
||||
test/test_protocol
|
||||
test/test_sphinx
|
||||
test/test_irc
|
||||
|
|
5
lightningd/.gitignore
vendored
5
lightningd/.gitignore
vendored
|
@ -1,2 +1,7 @@
|
|||
lightningd
|
||||
lightningd_channel
|
||||
lightningd_connect
|
||||
lightningd_gossip
|
||||
lightningd_handshake
|
||||
lightningd_hsm
|
||||
lightningd_opening
|
||||
|
|
Loading…
Add table
Reference in a new issue