Browse Source

Add additional file types to .gitattributes

QA-1207

Autoported commit.
Original commit hash: [5ee719e20]
Manual files:
.gitattributes
Jenkinsfile
pull/8/head
iText Software 6 years ago
committed by Amedee Van Gasse
parent
commit
5c34329376
  1. 19
      .gitattributes
  2. 2
      port-hash

19
.gitattributes

@ -5,16 +5,20 @@
# to LF line endings on checkout.
*.afm text eol=lf
*.cmap text eol=lf
*.crt text eol=lf
*.cs text eol=lf ident
*.css text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.java text eol=lf ident
*.lng text eol=lf
*.md text eol=lf
*.pom text eol=lf
*.properties text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xfdf text eol=lf
*.xht text eol=lf
*.xhtml text eol=lf
*.xml text eol=lf
port-hash text eol=lf
@ -24,21 +28,34 @@ port-hash text eol=lf
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.aif binary
*.aiff binary
*.bmp binary
*.cer binary
*.cmp binary
*.crt binary
*.dib binary
*.gif binary
*.icc binary
*.j2k binary
*.jb2 binary
*.jp2 binary
*.jpc binary
*.jpg binary
*.key binary
*.otf binary
*.p12 binary
*.pdf binary
*.pfb binary
*.pfm binary
*.png binary
*.snd binary
*.tif binary
*.tiff binary
*.ttc binary
*.ttf binary
*.u3d binary
*.wav binary
*.wmf binary
*.woff binary
*.woff2 binary

2
port-hash

@ -1 +1 @@
7d097c3730cdb856b1f98e679427214f9fb45768
5ee719e20603ee7895c1e4bc5abbd173851b3cf4
Loading…
Cancel
Save