Skip to content

Commit 5741d4a

Browse files
committed
build: add .gitattributes to force LF (instead of possible CRLF on Windows)
1 parent c2bb6c1 commit 5741d4a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
* text eol=lf
2+
3+
#
4+
## These files are binary and should be left untouched
5+
#
6+
7+
# (binary is a macro for -text -diff)
8+
*.png binary
9+
*.jpg binary
10+
*.jpeg binary
11+
*.gif binary
12+
*.ico binary
13+
*.mov binary
14+
*.mp4 binary
15+
*.mp3 binary
16+
*.flv binary
17+
*.fla binary
18+
*.swf binary
19+
*.gz binary
20+
*.zip binary
21+
*.7z binary
22+
*.ttf binary
23+
*.eot binary
24+
*.woff binary
25+
*.pyc binary
26+
*.pdf binary

0 commit comments

Comments
 (0)