ed100316b4
We do not need the DocBook XML glossary anymore, since we do not build any DocBook guides that use it. Add instead the RST version of the document to git. Adjust scripts to not build or publish the glossary anymore. Change-Id: Id4bfef7666690e6d08291f664751db7a4d4d5983
34 lines
403 B
Plaintext
34 lines
403 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
.idea
|
|
|
|
# Build results
|
|
target/
|
|
/publish-docs/
|
|
/www/output/
|
|
/doc/install-guide/build-rdo/
|
|
/doc/install-guide/build-obs/
|
|
/doc/install-guide/build-ubuntu/
|
|
/doc/install-guide/build-debian/
|
|
.doctrees
|
|
build/
|
|
/build-*.log.gz
|
|
*.mo
|
|
|
|
# Python compiled files
|
|
*.pyc
|
|
|
|
# Ignore Vagrant Related Files
|
|
acceptance_config.yml
|
|
boxes/*
|
|
/.vagrant
|
|
|
|
# Testenvironment
|
|
.tox/
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
/.project
|