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:
parent
5771454dde
commit
bbcf3ebb21
8
.gitignore
vendored
8
.gitignore
vendored
@ -12,3 +12,11 @@
|
|||||||
# Files generated by tools/genenv
|
# Files generated by tools/genenv
|
||||||
openrc
|
openrc
|
||||||
openstack.env
|
openstack.env
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# the files generated from tox command.
|
||||||
|
.testrepository/
|
||||||
|
Loading…
Reference in New Issue
Block a user