calibre/.gitignore
Kovid Goyal 49d1847d92
macOS Tahoe: Have the calibre app icon automatically use a dark look when the system is in dark mode
Uses the new Liquid Glass infrastructure to generate the application
icons using actool which means icons have to be generated on a mac, but
that is done via a one-time script not per build. I could change it to
be done per build, but not needed and doing it that way makes iterating
on icon design too slow.
2026-04-18 12:17:31 +05:30

62 lines
1.1 KiB
Plaintext

*_ui.py
*.pyc
*.pyo
*.pyj-cached
.bzr
.bzrignore
.build-cache
.cache
/src/calibre/plugins
/resources/images.qrc
/resources/icons.rcc
/manual/generated
/manual/locale
/manual/.doctrees
/build
/dist
/docs
/resources/localization
/resources/hyphenation
/resources/scripts.calibre_msgpack
/resources/changelog.json
/resources/ebook-convert-complete.calibre_msgpack
/resources/builtin_recipes.xml
/resources/builtin_recipes.zip
/resources/template-functions.json
/resources/editor-functions.json
/resources/user-manual-translation-stats.json
/resources/editor.js
/resources/viewer.js
/resources/viewer.html
/resources/content-server/index-generated.html
/resources/content-server/locales.zip
/resources/mathjax
/resources/fonts/liberation
/resources/mozilla-ca-certs.pem
/resources/user-agent-data.json
/resources/piper-voices.json
/icons/icns/*.icns
/icons/icns/*.car
/setup/installer/windows/calibre/build.log
/setup/pyqt_enums
/tags
/nbproject/
/translations/
*.mdproj
*.pidb
*.sln
*.userprefs
/.project
/.pydevproject
/.settings/
*.DS_Store
/calibre_plugins/
/.metadata/
/.idea
/.vscode
/*env*/
/cmake-build-*
/bypy/b
/bypy/virtual-machines.conf
*.egg-info