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

Additional files

Additional files
This commit is contained in:
Hendy Irawan 2014-07-16 02:47:28 -04:30
parent e9c4312cab
commit 1734fcc0c9
No known key found for this signature in database
GPG Key ID: FEDB960B5A9AC703
3 changed files with 30 additions and 0 deletions

View File

@ -19,6 +19,14 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.sql text
# Graphics
*.png binary

View File

@ -6,6 +6,13 @@
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.css text
*.df text
*.htm text
@ -22,6 +29,7 @@
*.tld text
*.txt text
*.xml text
*.sql text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)

View File

@ -9,15 +9,28 @@
#
# These files are text and should be normalized (Convert crlf => lf)
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.php text
*.css text
*.js text
*.json text
*.htm text
*.html text
*.xml text
*.txt text
*.ini text
*.inc text
*.pl text
*.rb text
*.py text
*.scm text
*.sql text
.htaccess text
# These files are binary and should be left untouched
@ -37,3 +50,4 @@
*.zip binary
*.7z binary
*.ttf binary
*.pyc binary