From dca5755795846b2ffd4155e009994965b31ae335 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 18 Apr 2019 15:45:45 +1200 Subject: [PATCH] Delphi gitattributes --- Delphi.gitattributes | 135 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Delphi.gitattributes diff --git a/Delphi.gitattributes b/Delphi.gitattributes new file mode 100644 index 0000000..6321b76 --- /dev/null +++ b/Delphi.gitattributes @@ -0,0 +1,135 @@ +# +# Project files +# + +# Delphi form module +*.dfm text + +# Delphi project options file +*.dof text + +# Desktop configuration +*.dsk binary + +# +# General +# + +# Text file +*.txt text + +# Gettext Portable Object +*.po binary + +# Backup +*.bak binary + +# Config file +*.cfg text + +# Compiled Help File - contains html. See also package chm +*.chm binary + +# Comma Separated Values text file format +*.csv text + +# Directly executable program +*.exe binary + +# Help file +*.hlp binary + +# Initialization file +*.ini text + +# OpenDocument text document +*.odt text + +# Portable Document Format +*.pdf text + +# PostScript +*.ps text + +# Rich Text Format text file +*.rtf text + +# +# Image +# + +# Portable network graphic +*.png binary + +# Bitmap +*.bmp binary + +# Icon +*.ico binary + +# Pixmap +*.xpm binary + +# Portable pixmap +*.ppm binary + +# Portable graymap +*.pgm binary + +# Portable bitmap +*.pbm binary + +# Lossy graphics file +*.jpg binary + +# +# XML +# + +*.xml text +*.dtd text +*.xsd text +*.xsl text + +# +# Web +# + +# Hypertext Markup Language +*.html text diff=html + +# Cascading style sheet +*.css text diff=css + +# +# Archive +# + +# tape archive +*.tar binary + +# archive file +*.zip binary + +# +# Database +# + +# Database file +*.dbf binary + +# Multiple index file +*.mdx binary + +# +# Spreadsheet +# + +# OpenOffice.org Calc spreadsheet File Format +*.ods binary + +# Microsoft Excel File Format +*.xls binary + +# Microsoft Office Open XML Excel File Format +*.xlsx binary