mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Migrated from bzr
This commit is contained in:
parent
6eb97d2626
commit
dddb866d06
38
.gitattributes
vendored
Normal file
38
.gitattributes
vendored
Normal 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
|
3
.bzrignore → .gitignore
vendored
3
.bzrignore → .gitignore
vendored
@ -1,4 +1,7 @@
|
||||
*_ui.py
|
||||
*.pyc
|
||||
*.pyo
|
||||
.bzr
|
||||
.check-cache.pickle
|
||||
src/calibre/plugins
|
||||
resources/images.qrc
|
Loading…
x
Reference in New Issue
Block a user