mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 20:33:44 +02:00
Update git filetype mappings
This commit is contained in:
parent
376db2d0cc
commit
6fd3d84f3b
1 changed files with 4 additions and 2 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
|
@ -6,8 +6,9 @@
|
|||
*.pot text
|
||||
*.po text
|
||||
*.html text
|
||||
*.css text
|
||||
*.xhtml text
|
||||
*.htm text
|
||||
*.css text
|
||||
*.rst text
|
||||
*.md text
|
||||
*.txt text
|
||||
|
|
@ -20,12 +21,13 @@
|
|||
*.tmpl text
|
||||
*.qrc text
|
||||
*.sh text
|
||||
*.xhtml text
|
||||
*.fb2 text
|
||||
*.bat text eol=crlf
|
||||
|
||||
# Tell git what files are binary
|
||||
*.zip binary
|
||||
*.epub binary
|
||||
*.docx binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.png binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue