openstack-manuals/.gitignore
Andreas Jaeger ed100316b4 Convert glossary to RST
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
2016-05-02 09:20:30 +02:00

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