Files
jpexs-decompiler/.gitattributes
2016-07-23 21:50:30 +02:00

50 lines
578 B
Plaintext

# 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
# 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