mark .bat files as binary

This commit is contained in:
Kovid Goyal 2013-05-29 17:12:48 +05:30
parent 9c2a919cf9
commit 35db7f8404
2 changed files with 209 additions and 209 deletions

3
.gitattributes vendored
View File

@ -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

View File

@ -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