Yardsitck Gambia Release 7.2.0 release notes.
[yardstick.git] / .gitignore
index d98b4a0..79e351f 100644 (file)
@@ -10,7 +10,6 @@
 *.BASE.*
 *.LOCAL.*
 *.REMOTE.*
-*.yml
 *.egg
 *.egg-info
 build
@@ -32,3 +31,7 @@ cover/
 /docs/apidocs/yardstick*.rst
 #PyCharm IDE project configuration files
 .idea/
+# tox virtualenvs
+.tox/
+# docs build artifacts
+docs/_build/*