fuel-specs/.gitignore
Dmitry Borodaenko 61c4a87ea3 Team Structure policy document
Added a new Fuel Policy Documents section with a new policy document on
Fuel Team Structure. Following additional changes were made to make this
patch build cleanly:

 * basepython = python to prevent tox on Debian from using python3
 * autogenerated doc/source/index.rst added to .gitignore
 * policy directory and symlink created and reflected in header template

Change-Id: I66149c3edcb99b8b6f130518fe6ca8239864036a
2015-09-24 10:35:04 -07:00

23 lines
183 B
Plaintext

*.pyc
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
.idea/
.DS_Store
*.egg-info
draft/
/.testrepository
/.tox
/doc/build
/doc/source/index.rst
ChangeLog
AUTHORS