reorganize .gitignore entries across subdirs.

This commit is contained in:
fiatjaf 2021-05-16 13:48:25 -03:00 committed by Rusty Russell
parent e17526f64c
commit 0d68febd8d
7 changed files with 28 additions and 28 deletions

23
.gitignore vendored
View File

@ -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
View File

@ -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
View File

@ -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
View File

@ -6,3 +6,6 @@ spenderp
multifundchannel
txprepare
fundchannel
fetchinvoice
offers
keysend

4
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
headerversions
check-bolt
hsmtool
lightning-hsmtool

1
wallet/.gitignore vendored
View File

@ -1 +1,2 @@
*_tests
statements.po

1
wire/.gitignore vendored
View File

@ -1,4 +1,3 @@
# Ignore experimental wiregen
*_exp_*