Merge "Always update OVS to 2.9.2"
[apex.git] / .gitignore
index 89f2a28..6bc2461 100644 (file)
@@ -1,9 +1,13 @@
 *~
 *.pyc
-.*.sw?
-.coverage
-/docs_build/
 /docs_output/
 /releng/
-.build/
-.cache/
+venv/
+apex.egg-info/
+coverage.xml
+nosetests.xml
+.*
+*.log
+*.retry
+.tox
+docs/_build/*