training-guides/.gitignore
Roger Luethi e8a86457a0 labs: don't track Vagrant ssh keys
This patch adds one directory to .gitignore: the directory where the
Vagrant insecure ssh keys are cached.

They are downloaded and stored automatically by osbash and should not be
added to the training-guides repo.

Change-Id: I6ab7407ca52cd589812cd2b2054a5981a51651ae
2014-07-28 10:24:04 +02:00

31 lines
309 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
labs/lib/vagrant-ssh-keys