Skip to content

Commit 916122c

Browse files
authored
Added unified '.gitattributes' file. (#371)
Added unified '.gitattributes' file.
2 parents fba10a8 + 2dd6727 commit 916122c

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

.gitattributes

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1+
LICENSE text eol=lf
12
/screenshots export-ignore
2-
Makefile export-ignore
3+
*.md text eol=lf
4+
*.c text eol=lf
5+
*.cc text eol=lf
6+
*.h text eol=lf
7+
*.cc text eol=lf
8+
*.S text eol=lf
9+
*.s text eol=lf
10+
*.hex -crlf -diff
11+
*.elf -crlf -diff
12+
*.ld text eol=lf
13+
Makefile text eol=lf
14+
*.mk text eol=lf
15+
*.nomk text eol=lf
16+
*.pl text eol=lf
17+
*.js text eol=lf
18+
*.json text eol=lf
19+
*.html text eol=lf
20+
*.css text eol=lf
21+
*.svg text eol=lf
22+
*.png -crlf -diff
23+
*.yml text eol=lf
24+
*.xml text eol=lf
25+
*.mcm text eol=lf
26+
*.nsi text eol=lf
27+
*.nsh text eol=lf
28+
*.lua text eol=lf
29+
*.txt text eol=lf
30+
*.sh text eol=lf
31+
*.config text eol=lf

0 commit comments

Comments
 (0)