Add .tox, *.pyo and *.egg to .gitignore
Closes-Bug: #1543978 Change-Id: I22d5562994696f287c07c73de59303108e7928b6
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user