diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-11-09 12:13:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 12:13:45 -0500 |
commit | 19fa021c6364fe0fe8c6afc534ea9855cac5a399 (patch) | |
tree | 2e7d1cd6b4f8c307ce59ee118dcf18127a2e8695 | |
parent | 8b1c2c946b3b58cc938f0496a9af11a641749a1e (diff) | |
parent | 8a780977a8dd4b6990dc09aa4f5e7cb3782123c7 (diff) |
Merge pull request #1249 from luckytyphlosion/master
Add missing files to .gitattributes.
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4e8417c0c..1f2aa0c6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,14 @@ Makefile text eol=lf *.inc text eol=lf *.sha1 text eol=lf *.json text eol=lf +*.sed text eol=lf +*.cpp text eol=lf +.gitattributes text eol=lf +.gitignore text eol=lf +*.hpp text eol=lf +*.md text eol=lf +*.ps1 text eol=crlf +*.yml text eol=lf *.png binary *.bin binary |