1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/Delphi.gitattributes

136 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-04-17 23:45:45 -04:00
#
# Project files
#
# Delphi form module
2019-04-19 20:35:18 -04:00
*.dfm text
2019-04-17 23:45:45 -04:00
# Delphi project options file
2019-04-19 20:35:18 -04:00
*.dof text
2019-04-17 23:45:45 -04:00
# Desktop configuration
2019-04-19 20:35:18 -04:00
*.dsk binary
2019-04-17 23:45:45 -04:00
#
# General
#
# Text file
2019-04-19 20:35:18 -04:00
*.txt text
2019-04-17 23:45:45 -04:00
# Gettext Portable Object
2019-04-19 20:35:18 -04:00
*.po binary
2019-04-17 23:45:45 -04:00
# Backup
2019-04-19 20:35:18 -04:00
*.bak binary
2019-04-17 23:45:45 -04:00
# Config file
2019-04-19 20:35:18 -04:00
*.cfg text
2019-04-17 23:45:45 -04:00
# Compiled Help File - contains html. See also package chm
2019-04-19 20:35:18 -04:00
*.chm binary
2019-04-17 23:45:45 -04:00
# Comma Separated Values text file format
*.csv text eol=crlf
2019-04-17 23:45:45 -04:00
# Directly executable program
2019-04-19 20:35:18 -04:00
*.exe binary
2019-04-17 23:45:45 -04:00
# Help file
2019-04-19 20:35:18 -04:00
*.hlp binary
2019-04-17 23:45:45 -04:00
# Initialization file
2019-04-19 20:35:18 -04:00
*.ini text
2019-04-17 23:45:45 -04:00
# OpenDocument text document
2019-04-19 20:35:18 -04:00
*.odt text
2019-04-17 23:45:45 -04:00
# Portable Document Format
2019-04-19 20:35:18 -04:00
*.pdf text
2019-04-17 23:45:45 -04:00
# PostScript
2019-04-19 20:35:18 -04:00
*.ps text
2019-04-17 23:45:45 -04:00
# Rich Text Format text file
2019-04-19 20:35:18 -04:00
*.rtf text
2019-04-17 23:45:45 -04:00
#
# Image
#
# Portable network graphic
2019-04-19 20:35:18 -04:00
*.png binary
2019-04-17 23:45:45 -04:00
# Bitmap
2019-04-19 20:35:18 -04:00
*.bmp binary
2019-04-17 23:45:45 -04:00
# Icon
2019-04-19 20:35:18 -04:00
*.ico binary
2019-04-17 23:45:45 -04:00
# Pixmap
2019-04-19 20:35:18 -04:00
*.xpm binary
2019-04-17 23:45:45 -04:00
# Portable pixmap
2019-04-19 20:35:18 -04:00
*.ppm binary
2019-04-17 23:45:45 -04:00
# Portable graymap
2019-04-19 20:35:18 -04:00
*.pgm binary
2019-04-17 23:45:45 -04:00
# Portable bitmap
2019-04-19 20:35:18 -04:00
*.pbm binary
2019-04-17 23:45:45 -04:00
# Lossy graphics file
2019-04-19 20:35:18 -04:00
*.jpg binary
2019-04-17 23:45:45 -04:00
#
# XML
#
2019-04-19 20:35:18 -04:00
*.xml text
*.dtd text
*.xsd text
*.xsl text
2019-04-17 23:45:45 -04:00
#
# Web
#
# Hypertext Markup Language
*.html text diff=html
# Cascading style sheet
2019-04-19 20:35:18 -04:00
*.css text diff=css
2019-04-17 23:45:45 -04:00
#
# Archive
#
# tape archive
2019-04-19 20:35:18 -04:00
*.tar binary
2019-04-17 23:45:45 -04:00
# archive file
2019-04-19 20:35:18 -04:00
*.zip binary
2019-04-17 23:45:45 -04:00
#
# Database
#
# Database file
2019-04-19 20:35:18 -04:00
*.dbf binary
2019-04-17 23:45:45 -04:00
# Multiple index file
2019-04-19 20:35:18 -04:00
*.mdx binary
2019-04-17 23:45:45 -04:00
#
# Spreadsheet
#
# OpenOffice.org Calc spreadsheet File Format
2019-04-19 20:35:18 -04:00
*.ods binary
2019-04-17 23:45:45 -04:00
# Microsoft Excel File Format
2019-04-19 20:35:18 -04:00
*.xls binary
2019-04-17 23:45:45 -04:00
# Microsoft Office Open XML Excel File Format
*.xlsx binary