Root the patterns in .gitignore

This commit is contained in:
Kovid Goyal 2023-01-10 19:35:37 +05:30
parent 4419e7d65a
commit ceb72752e4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

89
.gitignore vendored
View File

@ -6,57 +6,54 @@
.bzrignore .bzrignore
.build-cache .build-cache
.cache .cache
compile_commands.json /compile_commands.json
link_commands.json /link_commands.json
src/calibre/plugins /src/calibre/plugins
resources/images.qrc /resources/images.qrc
resources/icons.rcc /resources/icons.rcc
manual/generated /manual/generated
manual/locale /manual/locale
manual/.doctrees /manual/.doctrees
build /build
dist /dist
docs /docs
resources/localization /resources/localization
resources/hyphenation /resources/hyphenation
resources/scripts.calibre_msgpack /resources/scripts.calibre_msgpack
resources/changelog.json /resources/changelog.json
resources/ebook-convert-complete.calibre_msgpack /resources/ebook-convert-complete.calibre_msgpack
resources/builtin_recipes.xml /resources/builtin_recipes.xml
resources/builtin_recipes.zip /resources/builtin_recipes.zip
resources/template-functions.json /resources/template-functions.json
resources/editor-functions.json /resources/editor-functions.json
resources/user-manual-translation-stats.json /resources/user-manual-translation-stats.json
resources/editor.js /resources/editor.js
resources/viewer.js /resources/viewer.js
resources/viewer.html /resources/viewer.html
resources/content-server/index-generated.html /resources/content-server/index-generated.html
resources/content-server/locales.zip /resources/content-server/locales.zip
resources/mathjax /resources/mathjax
resources/fonts/liberation /resources/fonts/liberation
resources/mozilla-ca-certs.pem /resources/mozilla-ca-certs.pem
resources/user-agent-data.json /resources/user-agent-data.json
icons/icns/*.iconset /icons/icns/*.iconset
setup/installer/windows/calibre/build.log /setup/installer/windows/calibre/build.log
setup/pyqt_enums /setup/pyqt_enums
tags /tags
nbproject/ /nbproject/
/translations/ /translations/
*.mdproj *.mdproj
*.pidb *.pidb
*.sln *.sln
*.userprefs *.userprefs
.project /.project
.pydevproject /.pydevproject
.settings/ /.settings/
*.DS_Store *.DS_Store
calibre_plugins/ /calibre_plugins/
recipes/*.mobi
recipes/*.epub
recipes/debug
/.metadata/ /.metadata/
.idea /.idea
/*env*/ /*env*/
cmake-build-* /cmake-build-*
bypy/b /bypy/b
bypy/virtual-machines.conf /bypy/virtual-machines.conf