7d0c7c290e
Add docs target that lists those firstapp targets that are currently supported. Adjust .gitignore to ignore all build results. Change firstapp commands so that we have separate build directories per variant. Change-Id: I7c5120b1af2de2c3df8f59fe29678e736368365f
22 lines
189 B
Plaintext
22 lines
189 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
|
|
# Build results
|
|
publish-docs/
|
|
target/
|
|
/build-*.log.gz
|
|
/generated
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Testenvironment
|
|
.tox
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
/openstack-firstapp/build*/
|