Explorar o código

gitattributes: Treat .bin files as binary.

Binary files, which are committed to a private fork of this repository,
will be subject to line feed substitution unless marked as binary.

Mark .bin files as binary.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Sebastian Andrzej Siewior %!s(int64=2) %!d(string=hai) anos
pai
achega
a6992bf40d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -1,6 +1,7 @@
 # Declare files that always have LF line endings on checkout
 # Declare files that always have LF line endings on checkout
 * text eol=lf
 * text eol=lf
 # Denote all files that are truly binary and should not be modified
 # Denote all files that are truly binary and should not be modified
+*.bin binary
 *.bmp binary
 *.bmp binary
 *.ttf binary
 *.ttf binary
 *.gz binary
 *.gz binary