b0350b7734
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
24 lines
223 B
Plaintext
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
|