Skip to content

Commit

Permalink
fixup meta: enable text only for selected extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis committed Jun 8, 2016
1 parent 86bd27a commit a4298de
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
* text=auto
* -text
./* text=auto
*.bat text
*.c text
*.cc text
*.css text
*.d text
*.def text
*.gyp text
*.gypi text
*.h text
*.html text
*.inc text
*.js text
*.json text
*.man text
*.manifest text
*.md text
*.out text
*.pl text
*.py text
*.rb text
*.rc text
*.sln text
*.status text
*.txt text
*.vcxproj text
*.wixproj text
*.wxl text
*.wxs text
*.yml text
tools/msvs/npm/npmrc text
deps/v8/test/mjsunit/regress/regress-2825.js -text

test/fixtures/* -text
Expand Down

0 comments on commit a4298de

Please sign in to comment.