mkvtoolnix/.gitignore
Moritz Bunkus 1c68a5841f
GUI: use external resource file for Qt resources
The resource file has reached a size at which the C++ compiler
exhausts available virtual memory on some 32-bit architectures.

On Windows & macOS the GUI will look for the file in
`<folder_with_executables>/data/qt_resources.rcc`, and in the
directory set with `configure`'s `--datadir` parameter on other
systems (which usually means `/usr/share/mkvtoolnix`). The `install`
build system commands installs it into that folder.
2023-05-18 21:37:34 +02:00

112 lines
2.2 KiB
Plaintext

*.1
*.autosave
*.deps
*.exe
*.htrace
*.moc
*.moco
*.moco-[0-9a-f]*
*.o
*.o-[0-9a-f]*
*.stamp
*.tmp
*~
/.cache/
/.ccls-cache/
/.cquery_cached_index
/.doconf.*
/Debug
/Release
/appimage/
/autom4te.cache
/build-config
/build-config.local
/build-stamp
/compile_commands.json
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.pch.json
/config.status
/config.sub
/configure
/data
/debian
/doc/development.html
/doc/man/*.html
/doc/man/*.xsl
/doc/man/*/*.html
/doc/man/*/*.xml
/doc/man/*/*.xsl
/doc/man/po4a/po/mkvtoolnix.pot
/lib/gtest
/lib/saxon-he
/out/
/packaging/appimage/functions.sh
/packaging/debian/control
/packaging/debian/files
/packaging/debian/files
/packaging/debian/mkvtoolnix
/packaging/debian/mkvtoolnix-gui
/packaging/debian/mkvtoolnix-gui.debhelper.log
/packaging/debian/mkvtoolnix-gui.postinst.debhelper
/packaging/debian/mkvtoolnix-gui.postrm.debhelper
/packaging/debian/mkvtoolnix-gui.substvars
/packaging/debian/mkvtoolnix.debhelper.log
/packaging/debian/mkvtoolnix.substvars
/packaging/debian/rules
/packaging/debian/tmp
/packaging/macos/unlock_keychain.sh
/packaging/windows/msix/certificate.sh
/packaging/windows/msix/assets/
/packaging/windows/msix/package-x64/
/packaging/windows/msix/package-x86/
/po/*.mo
/po/mkvtoolnix.pot
/po/qt/*.qm
/rake.d/dependency.d
/share/icons/*/*.h
/share/icons/**/*.svg
/src/*/manifest.xml
/src/*/qt_resources.rcc
/src/benchmark/
/src/common/common.h.gch
/src/common/common_pch.h.[gp]ch
/src/common/common_pch.h.pch-????????
/src/common/libmtxcommon.dll
/src/common/mkvtoolnix_version.h
/src/info/forms/*.h
/src/info/static_plugins.cpp
/src/mkvextract
/src/mkvinfo
/src/mkvinfo-gui
/src/mkvmerge
/src/mkvpropedit
/src/mkvtoolnix/mkvtoolnix
/src/mkvtoolnix-gui/forms/**/*.h
/src/mkvtoolnix-gui/mkvtoolnix-gui
/src/mkvtoolnix-gui/mkvtoolnix-gui.pro.user*
/src/mkvtoolnix-gui/static_plugins.cpp
/src/tools/ac3parser
/src/tools/base64tool
/src/tools/bluray_dump
/src/tools/checksum
/src/tools/diracparser
/src/tools/dts_dump
/src/tools/ebml_validator
/src/tools/hevcc_dump
/src/tools/pgs_dump
/src/tools/vc1parser
/src/tools/xvc_dump
/tests/data
/tests/unit/common/common
/tests/unit/merge/merge
/tests/unit/propedit/propedit
BROWSE
Makefile
TAGS
lib*.a
.rsync-filter