Pip standerdization and tox replacement
[osm/RO.git] / .gitignore-common
index c71eced..9c540c2 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
+# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
 # This file is part of openmano
 # All Rights Reserved.
 #
 # This is a template with common files to be igonored, after clone make a copy to .gitignore
 # cp .gitignore-common .gitignore
 
-*.pyc         
+.tox/
+venv/
+
+.coverage
+cover
+coverage.xml
+nosetests.xml
+
+*.pyc
+*.pyo
+
+*.eggs/
+*.egg-info/
 
 #auto-ignore
 .gitignore