mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
162cea265c
This should prevent Github from showing the diffs by default, they'd be duplicates of the changes in the .md files anyway.
11 lines
309 B
Plaintext
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
|
|
|