openstack-manuals/.gitignore
Andreas Jaeger b0350b7734 Move cli generated files out of common
There's no shared usage for these files, so move them into a
subdirectory of cli-reference.

Call the subdirectory generated and add a README so that it's clear that
these are generated files.

Fix also .gitignore to only ignore some top-level directories.

Change-Id: Ifb455a8640cc7e735ed81563b438d68522e73ded
2014-07-20 20:30:30 +02:00

24 lines
223 B
Plaintext

.DS_Store
*.xpr
.idea
# Build results
target/
/publish-docs/
/generated/
/build-*.log.gz
# Ignore Vagrant Related Files
acceptance_config.yml
boxes/*
/.vagrant
# Testenvironment
.tox/
# Editors
*~
.*.swp
.bak
/.project