mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
reorganize .gitignore entries across subdirs.
This commit is contained in:
parent
e17526f64c
commit
0d68febd8d
23
.gitignore
vendored
23
.gitignore
vendored
@ -21,9 +21,6 @@ gen_*.c
|
||||
gen_*.h
|
||||
wire/gen_*_csv
|
||||
cli/lightning-cli
|
||||
tools/check-bolt
|
||||
tools/hsmtool
|
||||
tools/lightning-hsmtool
|
||||
coverage
|
||||
ccan/config.h
|
||||
__pycache__
|
||||
@ -35,18 +32,6 @@ monkeytype.sqlite3
|
||||
!*/test/run-*.c
|
||||
*/test/exp-run-*
|
||||
!*/test/exp-run-*.c
|
||||
external/libbacktrace-build/
|
||||
external/libbacktrace.a
|
||||
external/libbacktrace.la
|
||||
external/libbase58/
|
||||
external/libbase58.a
|
||||
external/libwally-core-build/
|
||||
external/libjsmn.a
|
||||
external/libsecp256k1.a
|
||||
external/libsecp256k1.la
|
||||
external/libwallycore.a
|
||||
external/libwallycore.la
|
||||
external/x86_64-pc-linux-gnu/
|
||||
test/test_protocol
|
||||
test/test_sphinx
|
||||
tests/.pytest.restart
|
||||
@ -55,7 +40,6 @@ tests/fuzz/fuzz-*
|
||||
!tests/fuzz/fuzz-*.c
|
||||
gossip_store
|
||||
.pytest_cache
|
||||
tools/headerversions
|
||||
.tmp.lightningrfc/
|
||||
contrib/pylightning/build/
|
||||
contrib/pylightning/dist/
|
||||
@ -63,12 +47,5 @@ contrib/pylightning/pylightning.egg-info/
|
||||
contrib/pyln-*/build/
|
||||
contrib/pyln-*/dist/
|
||||
contrib/pyln-*/pyln_*.egg-info/
|
||||
plugins/fetchinvoice
|
||||
plugins/offers
|
||||
plugins/keysend
|
||||
release/
|
||||
tests/plugins/test_selfdisable_after_getmanifest
|
||||
devtools/route
|
||||
devtools/topology
|
||||
devtools/bolt12-cli
|
||||
wallet/statements.po
|
||||
|
11
devtools/.gitignore
vendored
11
devtools/.gitignore
vendored
@ -8,8 +8,11 @@ mkfunding
|
||||
mkclose
|
||||
mkgossip
|
||||
mkencoded
|
||||
create-gossipstore
|
||||
checkchannels
|
||||
mkquery
|
||||
lightning-checkmessage
|
||||
create-gossipstore
|
||||
checkchannels
|
||||
mkquery
|
||||
lightning-checkmessage
|
||||
blindedpath
|
||||
route
|
||||
topology
|
||||
bolt12-cli
|
||||
|
13
external/.gitignore
vendored
13
external/.gitignore
vendored
@ -1,3 +1,16 @@
|
||||
x86_64-linux-gnu
|
||||
aarch64-linux-gnu
|
||||
arm-linux-gnueabihf
|
||||
x86_64-pc-linux-gnu
|
||||
|
||||
libbacktrace-build/
|
||||
libbacktrace.a
|
||||
libbacktrace.la
|
||||
libbase58/
|
||||
libbase58.a
|
||||
libwally-core-build/
|
||||
libjsmn.a
|
||||
libsecp256k1.a
|
||||
libsecp256k1.la
|
||||
libwallycore.a
|
||||
libwallycore.la
|
||||
|
3
plugins/.gitignore
vendored
3
plugins/.gitignore
vendored
@ -6,3 +6,6 @@ spenderp
|
||||
multifundchannel
|
||||
txprepare
|
||||
fundchannel
|
||||
fetchinvoice
|
||||
offers
|
||||
keysend
|
||||
|
4
tools/.gitignore
vendored
Normal file
4
tools/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
headerversions
|
||||
check-bolt
|
||||
hsmtool
|
||||
lightning-hsmtool
|
1
wallet/.gitignore
vendored
1
wallet/.gitignore
vendored
@ -1 +1,2 @@
|
||||
*_tests
|
||||
statements.po
|
||||
|
1
wire/.gitignore
vendored
1
wire/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
|
||||
# Ignore experimental wiregen
|
||||
*_exp_*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user