Skip to content

Commit 7ee1043

Browse files
authored
gitattributes *.bin, *.pdf, and *.png are binary
* fixes PX4#12818
1 parent e50dd7c commit 7ee1043

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
* text=auto eol=lf
22
*.{cmd,[cC][mM][dD]} text eol=crlf
33
*.{bat,[bB][aA][tT]} text eol=crlf
4+
5+
*.bin binary
6+
*.pdf binary
7+
*.png binary

0 commit comments

Comments
 (0)