Skip to content

Commit 26d4468

Browse files
committed
Create .gitattributes
1 parent be92ad6 commit 26d4468

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .gitattributes
2+
# default behavior, in case people don't have core.autocrlf set
3+
* text=auto
4+
5+
# gdl files should display properly everywhere
6+
*.gdl text eol=crlf
7+
8+
# truly binary; should not be modified
9+
*.png binary
10+
*.jpg binary
11+
*.gsm binary
12+
13+
# exlude from statistics
14+
docs/* linguist-vendored

0 commit comments

Comments
 (0)