Skip to content

Commit

Permalink
Add missing files to .gitattributes.
Browse files Browse the repository at this point in the history
Only *.sed is required, all other files are listed to be explicit.
  • Loading branch information
luckytyphlosion committed Nov 9, 2020
1 parent 8b1c2c9 commit 8a78097
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a78097

Please sign in to comment.