Skip to content

Commit 8a78097

Browse files
Add missing files to .gitattributes.
Only *.sed is required, all other files are listed to be explicit.
1 parent 8b1c2c9 commit 8a78097

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Makefile text eol=lf
1010
*.inc text eol=lf
1111
*.sha1 text eol=lf
1212
*.json text eol=lf
13+
*.sed text eol=lf
14+
*.cpp text eol=lf
15+
.gitattributes text eol=lf
16+
.gitignore text eol=lf
17+
*.hpp text eol=lf
18+
*.md text eol=lf
19+
*.ps1 text eol=crlf
20+
*.yml text eol=lf
1321

1422
*.png binary
1523
*.bin binary

0 commit comments

Comments
 (0)