Add .tox, *.pyo and *.egg to .gitignore

Closes-Bug: #1543978
Change-Id: I22d5562994696f287c07c73de59303108e7928b6
This commit is contained in:
Lucas Alvares Gomes
2016-02-10 10:17:54 +00:00
parent df6245f72c
commit d3b82b7d59

4
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.pyc
*.py[co]
*.egg
*.egg-info
build
/.*
@@ -10,6 +11,7 @@ build
cover/*
covhtml
dist
.tox
# Generated by pbr
AUTHORS
ChangeLog