Skip to content

Commit dc4ad51

Browse files
committed
Track exe files with Git LFS
1 parent 3bea2f3 commit dc4ad51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitattributes

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# These files are text and should be normalized (convert crlf => lf)
2-
32
*.c text eol=lf
43
*.check text eol=lf
54
*.css text eol=lf
@@ -11,17 +10,16 @@
1110
*.sh text eol=lf
1211
*.txt text eol=lf
1312
*.xml text eol=lf
14-
1513
# Windows-specific files get windows endings
1614
*.bat eol=crlf
1715
*.cmd eol=crlf
1816
*-windows.tmpl eol=crlf
19-
2017
# Some binary file types for completeness
2118
# (binary is a macro for -text -diff)
2219
*.dll binary
2320
*.gif binary
2421
*.jpg binary
2522
*.png binary
2623
*.class binary
27-
*.jar binary
24+
*.jar binary
25+
*.exe filter=lfs diff=lfs merge=lfs -text

0 commit comments

Comments
 (0)