calibre/.gitattributes
Kovid Goyal 978be5e9ec Redo .bat as text
I found a much better way to use bzr qdiff, via git difftool
2013-05-29 21:19:18 +05:30

39 lines
656 B
Plaintext

# Tell git what files are txt
*.py text
*.recipe text
*.coffee text
*.js text
*.pot text
*.po text
*.html text
*.css text
*.htm text
*.rst text
*.md text
*.txt text
*.session text
*.cfg text
*.yaml text
*.svg text
*.xml text
*.xsl text
*.tmpl text
*.qrc text
*.sh text
*.xhtml text
*.bat text eol=crlf
# Tell git what files are binary
*.zip binary
*.epub binary
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.pickle binary
*.pdf binary
# Prevent certain files from being exported:
.gitattributes export-ignore
.gitignore export-ignore