ha-guide/.gitignore
Andreas Jaeger da1bfe426d Add RST infrastructure for HA Guide
This adds the basic infrastructure for building and checking the HA
guide using RST.

The guide is not published to draft yet, this should be done once
there's real content.

Partially implements bp improve-ha-guide
Co-Authored-By: Nick Chase <nchase@mirantis.com>

Change-Id: I7c40ccb80d77e7a6fd763b778945ee0869b7e1c0
2015-05-02 09:08:43 +02:00

29 lines
235 B
Plaintext

.DS_Store
*.xpr
# Packages
.venv
*.egg
*.egg-info
# Testenvironment
.tox
# Build directories
target/
publish-docs/
generated/
build/
/build-*.log.gz
# Testenvironment
.tox/
# Transifex Client Setting
.tx
# Editors
*~
.*.swp
.bak