kolla-ansible/.gitignore
Kuo-tung Kao 800e69e8fe Add AUTHORS, ChangeLog, doc/build/ to gitignore
These file should be ignored because they are generated by the command, "tox -e docs"

AUTHORS
ChangeLog
doc/build/

Change-Id: I5b9e2adc851800f0391d236d266c33606fc160df
Closes-Bug: 1493670
2015-09-09 14:04:57 +08:00

26 lines
316 B
Plaintext

# vim and emacs temp files
*~
[._]*.s[a-w][a-z]
# Any disk images
*.qcow2
*.img
.tox/
.buildconf
# Files generated by tools/genenv
openrc
openstack.env
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# the files generated from tox command.
.testrepository/
AUTHORS
ChangeLog
doc/build