Skip to content

Commit 5149544

Browse files
committed
Modify .gitattributes to identify binaries explicitly
1 parent b7dc36b commit 5149544

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitattributes

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# default to binary
2-
* binary
2+
#* binary
33

44
# Java source
55
*.java text diff=java eol=lf
@@ -16,3 +16,12 @@
1616
*.md text eol=lf
1717
.gitattributes text eol=lf
1818
.ignore text eol=lf
19+
20+
# Binary
21+
*.class binary
22+
*.so binary
23+
*.dll binary
24+
*.ear binary
25+
*.war binary
26+
*.jar binary
27+

0 commit comments

Comments
 (0)