update gitignore for python and .testrepository

ignore python byte-compiled files
and ignore the folder, '.testrepository', generated from tox command.

Change-Id: Ic0208ea2e7e1c046a3a730cbd83f676ce44ed2ae
Closes-Bug: #1491267
This commit is contained in:
Kuo-tung Kao 2015-09-02 15:40:34 +08:00
parent 5771454dde
commit bbcf3ebb21
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -12,3 +12,11 @@
# 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/