Files
jpexs-decompiler/.gitattributes
Jindra Petřík d9da800fa4 php is text type
2018-01-15 19:39:34 +01:00

56 lines
690 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Text files
*.txt text
*.xml text
*.md text
# Installers:
*.iss text
*.nsi text
*.nsh text
# Java
*.java text
*.mf text
*.properties text
# Generator of Lexical analyzers
*.flex text
# Graphics:
*.svg text
*.png binary
*.jpg binary
*.bmp binary
*.ico binary
*.icns binary
*.xcf binary
*.gif binary
# Findbugs:
*.fbp text
# Batch files
*.sh text eol=lf
*.bat text eol=crlf
# PHP scripts
*.php text
# Delphi sources
*.dpr text eol=crlf
*.dfm text eol=crlf
*.pas text eol=crlf
*.dof text eol=crlf
# Executables
*.dll binary
*.exe binary
*.jar binary
*.res binary
# Fonts
*.otf binary
*.ttf binary