diff options
-rw-r--r-- | Build/source/texk/.gitattributes | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/Build/source/texk/.gitattributes b/Build/source/texk/.gitattributes index a15ac1b9eaa..51619d76aff 100644 --- a/Build/source/texk/.gitattributes +++ b/Build/source/texk/.gitattributes @@ -10,12 +10,16 @@ *.pl text eol=lf *.typ text eol=lf *.p text eol=lf +*.vpl text eol=lf +*.opl text eol=lf +*.ovp text eol=lf +*.out text eol=lf # for dvi2tty *.tty text eol=lf *.dis text eol=lf -# for mendex, upmendex +# for makeindex, mendex, upmendex *.ind text eol=lf # for bibtex-x @@ -30,6 +34,32 @@ *.xps text eol=lf /dvipsk/testdata/pfbincl.xps binary +# for lcdf-typetools +*.pfa text eol=lf +*.afm text eol=lf +*.t42 text eol=lf +*.enc text eol=lf +*.map text eol=lf +*.tables text eol=lf +*.info text eol=lf + +# for ps2pk +*.hex text eol=lf +*.pix text eol=lf + +# for psutils +*.eps text eol=lf + +# for ttfdump +*.glyf text eol=lf +*.gpos text eol=lf +*.gsub text eol=lf +*.head text eol=lf +*.os_2 text eol=lf +*.bad text eol=lf +*.gasp text eol=lf +*.maxp text eol=lf + # for windows_wrapper /texlive/windows_wrapper/**/*.c text eol=crlf /texlive/windows_wrapper/**/*.txt text eol=crlf |