core-lightning/.gitattributes
Christian Decker 162cea265c github: Mark derived doc files as generated
This should prevent Github from showing the diffs by default, they'd be
duplicates of the changes in the .md files anyway.
2019-11-22 03:48:54 +00:00

11 lines
309 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