Skip to content
Snippets Groups Projects
Commit bbcf3ebb authored by Kuo-tung Kao's avatar Kuo-tung Kao
Browse files

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
parent 5771454d
No related branches found
No related tags found
No related merge requests found
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment