mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
f3f5d8db17
This is hiding the diffs for generated files.
20 lines
835 B
Plaintext
20 lines
835 B
Plaintext
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
Makefile text eol=lf
|
|
configure text eol=lf
|
|
.gitmodules text eol=lf
|
|
# The following files are generated and should not be shown in the
|
|
# diffs by default on Github.
|
|
doc/lightning*.7 linguist-generated=true
|
|
db_*_sqlgen.c linguist-generated=true
|
|
statements_gettextgen.po linguist-generated=true
|
|
*_wiregen.? linguist-generated=true
|
|
*_printgen.? linguist-generated=true
|
|
|
|
# The following are marked as binary and generated since they can be
|
|
# easily overwritten and don't need deep review.
|
|
cln-grpc/proto/node.proto -text -diff linguist-generated=true
|
|
cln-grpc/src/convert.rs -text -diff linguist-generated=true
|
|
cln-rpc/src/model.rs -text -diff linguist-generated=true
|
|
contrib/pyln-testing/pyln/testing/node_pb2.py linguist-generated=true |