mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
mark .bat files as binary
This commit is contained in:
parent
9c2a919cf9
commit
35db7f8404
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -19,7 +19,6 @@
|
|||||||
*.xsl text
|
*.xsl text
|
||||||
*.tmpl text
|
*.tmpl text
|
||||||
*.qrc text
|
*.qrc text
|
||||||
*.bat eol=crlf
|
|
||||||
*.sh text
|
*.sh text
|
||||||
*.xhtml text
|
*.xhtml text
|
||||||
|
|
||||||
@ -32,6 +31,8 @@
|
|||||||
*.gif binary
|
*.gif binary
|
||||||
*.pickle binary
|
*.pickle binary
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
|
# This is binary so that git stores it with cr-lf endings in the repo, which means that bzr qdiff does not think it has changed
|
||||||
|
*.bat binary
|
||||||
|
|
||||||
# Prevent certain files from being exported:
|
# Prevent certain files from being exported:
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
|
@ -42,7 +42,6 @@ REM 22 Jan 2012 itimpi - Updated to keep it in line with the calibre-portable.sh
|
|||||||
REM file for Linux systems
|
REM file for Linux systems
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
REM -------------------------------------
|
REM -------------------------------------
|
||||||
REM Set up Calibre Config folder
|
REM Set up Calibre Config folder
|
||||||
REM
|
REM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user