f9e148b276
The training-labs scripts create various artifacts that should not be tracked by git. They are created in four directories which are added to .gitignore by this changeset. Partial-Bug: 1312764 Implements: blueprint openstack-training-labs Change-Id: I89b103216ca3993448948966b832886bdd7a0ccf
30 lines
284 B
Plaintext
30 lines
284 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
|
|
|
|
# Labs artifacts
|
|
labs/autostart
|
|
labs/img
|
|
labs/log
|
|
labs/wbatch
|