Skip to content

Commit c9f26e4

Browse files
committed
Update .gitattributes
1 parent 5821b92 commit c9f26e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
*.* text eol=lf
34

45
# Classify files as Pascal
56
*.simba linguist-language=Pascal
@@ -13,6 +14,13 @@
1314
*.html linguist-documentation
1415
*.rst linguist-documentation
1516

17+
*.png binary
18+
*.zip binary
19+
*.dll binary
20+
*.exe binary
21+
*.so binary
22+
*.dylib binary
23+
1624
# Binary files excluded from diff
1725
*.png -diff
1826
*.zip -diff

0 commit comments

Comments
 (0)