Merge pull request #8738 from mukilan/master

Force line ending of '.in' files in jemalloc to LF
This commit is contained in:
Daniel Micay 2013-08-24 11:02:14 -07:00
commit 59ca7a88db

3
.gitattributes vendored
View File

@ -8,3 +8,6 @@ src/rt/msvc/* -whitespace
src/rt/vg/* -whitespace
src/rt/linenoise/* -whitespace
src/rt/jemalloc/**/* -whitespace
src/rt/jemalloc/include/jemalloc/jemalloc.h.in text eol=lf
src/rt/jemalloc/include/jemalloc/jemalloc_defs.h.in text eol=lf
src/rt/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in text eol=lf