2018-03-07 16:05:49 +01:00
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
|
|
*.sh text eol=lf
|
|
|
|
*.py text eol=lf
|
2018-06-21 17:42:52 +02:00
|
|
|
Makefile text eol=lf
|
2018-06-22 04:49:31 +02:00
|
|
|
configure text eol=lf
|
|
|
|
.gitmodules text eol=lf
|
2019-11-21 17:45:54 +01:00
|
|
|
# The following files are generated and should not be shown in the
|
|
|
|
# diffs by default on Github.
|
|
|
|
doc/lightning*.7 linguist-generated=true
|
2022-01-03 19:45:35 +01:00
|
|
|
db_*_sqlgen.c linguist-generated=true
|
|
|
|
statements_gettextgen.po linguist-generated=true
|
2020-09-04 16:10:04 +02:00
|
|
|
*_wiregen.? linguist-generated=true
|
|
|
|
*_printgen.? linguist-generated=true
|
2019-11-21 17:45:54 +01:00
|
|
|
|
2022-09-19 14:50:06 +02:00
|
|
|
# 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
|
2023-08-31 11:55:14 +02:00
|
|
|
contrib/pyln-testing/pyln/testing/node_pb2.py -text -diff linguist-generated=true
|