diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:49 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:49 -0400 |
commit | 1ce33843b645e3139bd414c2d048c628967f4e07 (patch) | |
tree | 4bed8a066a0dbba315e58569903701d3a4c21978 | |
parent | 794b0a1a9b10eb218f93bacee344c33e70e038d1 (diff) |
Add missing text files to .gitattributes.
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9e4fad21e..2badfa42c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,10 @@ Makefile text eol=lf *.sed text eol=lf *.sh text eol=lf *.json text eol=lf +.gitignore text eol=lf +.gitattributes text eol=lf +*.yml text eol=lf +*.py text eol=lf *.png binary *.bin binary |