Skip to content

Commit a4298de

Browse files
committed
fixup meta: enable text only for selected extensions
1 parent 86bd27a commit a4298de

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

.gitattributes

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1-
* text=auto
1+
* -text
2+
./* text=auto
3+
*.bat text
4+
*.c text
5+
*.cc text
6+
*.css text
7+
*.d text
8+
*.def text
9+
*.gyp text
10+
*.gypi text
11+
*.h text
12+
*.html text
13+
*.inc text
14+
*.js text
15+
*.json text
16+
*.man text
17+
*.manifest text
18+
*.md text
19+
*.out text
20+
*.pl text
21+
*.py text
22+
*.rb text
23+
*.rc text
24+
*.sln text
25+
*.status text
26+
*.txt text
27+
*.vcxproj text
28+
*.wixproj text
29+
*.wxl text
30+
*.wxs text
31+
*.yml text
32+
tools/msvs/npm/npmrc text
233
deps/v8/test/mjsunit/regress/regress-2825.js -text
334

435
test/fixtures/* -text

0 commit comments

Comments
 (0)