mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
0d5066c48b
Since we started committing generated files as well we can mark them as derived so that they appear collapsed in the diff, reducing noise while reviewing.
15 lines
483 B
Plaintext
15 lines
483 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
|
|
wallet/db_*_sqlgen.c linguist-generated=true
|
|
wallet/statements_gettextgen.po linguist-generated=true
|
|
*_wiregen.? linguist-generated=true
|
|
*_printgen.? linguist-generated=true
|
|
|