brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.8 KiB · 3e84d7c Raw
97 lines · plain
1* text=auto !eol svneol=native#text/plain2*.gitattributes text svneol=native#text/plain3 4# Scriptish formats5*.bat        text svneol=native#text/plain6*.bsh        text svneol=native#text/x-beanshell7*.cgi        text svneol=native#text/plain8*.cmd        text svneol=native#text/plain9*.js         text svneol=native#text/javascript10*.php        text svneol=native#text/x-php11*.pl         text svneol=native#text/x-perl12*.pm         text svneol=native#text/x-perl13*.py         text svneol=native#text/x-python14*.sh         eol=lf svneol=LF#text/x-sh15configure    eol=lf svneol=LF#text/x-sh16 17# Image formats18*.bmp        binary svneol=unset#image/bmp19*.gif        binary svneol=unset#image/gif20*.ico        binary svneol=unset#image/ico21*.jpeg       binary svneol=unset#image/jpeg22*.jpg        binary svneol=unset#image/jpeg23*.png        binary svneol=unset#image/png24*.tif        binary svneol=unset#image/tiff25*.tiff       binary svneol=unset#image/tiff26*.svg        text svneol=native#image/svg%2Bxml27 28# Data formats29*.pdf        binary svneol=unset#application/pdf30*.avi        binary svneol=unset#video/avi31*.doc        binary svneol=unset#application/msword32*.dsp        text svneol=crlf#text/plain33*.dsw        text svneol=crlf#text/plain34*.eps        binary svneol=unset#application/postscript35*.gz         binary svneol=unset#application/gzip36*.mov        binary svneol=unset#video/quicktime37*.mp3        binary svneol=unset#audio/mpeg38*.ppt        binary svneol=unset#application/vnd.ms-powerpoint39*.ps         binary svneol=unset#application/postscript40*.psd        binary svneol=unset#application/photoshop41*.rdf        binary svneol=unset#text/rdf42*.rss        text svneol=unset#text/xml43*.rtf        binary svneol=unset#text/rtf44*.sln        text svneol=native#text/plain45*.swf        binary svneol=unset#application/x-shockwave-flash46*.tgz        binary svneol=unset#application/gzip47*.vcproj     text svneol=native#text/xml48*.vcxproj    text svneol=native#text/xml49*.vsprops    text svneol=native#text/xml50*.wav        binary svneol=unset#audio/wav51*.xls        binary svneol=unset#application/vnd.ms-excel52*.zip        binary svneol=unset#application/zip53 54# Text formats55.htaccess    text svneol=native#text/plain56*.bbk        text svneol=native#text/xml57*.cmake      text svneol=native#text/plain58*.css        text svneol=native#text/css59*.dtd        text svneol=native#text/xml60*.htm        text svneol=native#text/html61*.html       text svneol=native#text/html62*.ini        text svneol=native#text/plain63*.log        text svneol=native#text/plain64*.mak        text svneol=native#text/plain65*.qbk        text svneol=native#text/plain66*.rst        text svneol=native#text/plain67*.sql        text svneol=native#text/x-sql68*.txt        text svneol=native#text/plain69*.xhtml      text svneol=native#text/xhtml%2Bxml70*.xml        text svneol=native#text/xml71*.xsd        text svneol=native#text/xml72*.xsl        text svneol=native#text/xml73*.xslt       text svneol=native#text/xml74*.xul        text svneol=native#text/xul75*.yml        text svneol=native#text/plain76boost-no-inspect text svneol=native#text/plain77CHANGES      text svneol=native#text/plain78COPYING      text svneol=native#text/plain79INSTALL      text svneol=native#text/plain80Jamfile      text svneol=native#text/plain81Jamroot      text svneol=native#text/plain82Jamfile.v2   text svneol=native#text/plain83Jamrules     text svneol=native#text/plain84Makefile*    text svneol=native#text/plain85README       text svneol=native#text/plain86TODO         text svneol=native#text/plain87 88# Code formats89*.c          text svneol=native#text/plain90*.cpp        text svneol=native#text/plain91*.h          text svneol=native#text/plain92*.hpp        text svneol=native#text/plain93*.ipp        text svneol=native#text/plain94*.tpp        text svneol=native#text/plain95*.jam        text svneol=native#text/plain96*.java       text svneol=native#text/plain97