mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Delphi gitattributes
This commit is contained in:
parent
e8beafb86f
commit
dca5755795
135
Delphi.gitattributes
Normal file
135
Delphi.gitattributes
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user