mkvtoolnix/.gitignore
Moritz Bunkus 41f62d37e8 doc: don't store generated man pages in repository
The intention behind keeping the generated man pages is to avoid
requiring downstreams to have xsltproc and the DocBook stylesheets
installed. However, for that they don't have to be stored in the
repository. Generating them upon release and including them in the
source tarball is enough.
2017-01-22 21:03:26 +01:00

82 lines
1.5 KiB
Plaintext

*.1
*.autosave
*.deps
*.exe
*.htrace
*.moc
*.moco
*.moco-[0-9a-f]*
*.o
*.o-[0-9a-f]*
*~
.doconf.*
/Debug
/Release
/autom4te.cache
/build-config
/build-config
/build-stamp
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.pch.json
/config.status
/config.sub
/configure
/data
/debian
/debian-upstream/files
/debian-upstream/files
/debian-upstream/mkvtoolnix
/debian-upstream/mkvtoolnix-gui
/debian-upstream/mkvtoolnix-gui.debhelper.log
/debian-upstream/mkvtoolnix-gui.postinst.debhelper
/debian-upstream/mkvtoolnix-gui.postrm.debhelper
/debian-upstream/mkvtoolnix-gui.substvars
/debian-upstream/mkvtoolnix.debhelper.log
/debian-upstream/mkvtoolnix.substvars
/debian-upstream/tmp
/doc/man/*.html
/doc/man/*/*.html
/doc/man/*/*.xml
/doc/man/po4a/po/mkvtoolnix.pot
/lib/gtest
/lib/saxon-he
/po/*.mo
/po/mkvtoolnix.pot
/po/qt/*.qm
/rake.d/dependency.d
/share/icons/*/*.h
/src/*/qt_resources.cpp
/src/common/common.h.gch
/src/common/common_pch.h.[gp]ch
/src/common/common_pch.h.pch-????????
/src/info/ui/*.h
/src/mkvextract
/src/mkvinfo
/src/mkvinfo-gui
/src/mkvmerge
/src/mkvpropedit
/src/mkvtoolnix-gui/forms/**/*.h
/src/mkvtoolnix-gui/mkvtoolnix-gui
/src/mkvtoolnix-gui/mkvtoolnix-gui.pro.user*
/src/tools/ac3parser
/src/tools/base64tool
/src/tools/checksum
/src/tools/diracparser
/src/tools/ebml_validator
/src/tools/hevc_dump
/src/tools/mpls_dump
/src/tools/vc1parser
/tests/data
/tests/unit/common/common
/tests/unit/merge/merge
/tests/unit/propedit/propedit
BROWSE
Makefile
TAGS
lib*.a
.rsync-filter