Migrated from bzr

This commit is contained in:
Kovid Goyal 2013-05-28 11:12:27 +05:30
parent 6eb97d2626
commit dddb866d06
2 changed files with 41 additions and 0 deletions

38
.gitattributes vendored Normal file
View File

@ -0,0 +1,38 @@
# 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
*.bat eol=crlf
*.sh text
*.xhtml text
# 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

View File

@ -1,4 +1,7 @@
*_ui.py *_ui.py
*.pyc
*.pyo
.bzr
.check-cache.pickle .check-cache.pickle
src/calibre/plugins src/calibre/plugins
resources/images.qrc resources/images.qrc