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
|
*.egg-info
|
||||||
build
|
build
|
||||||
/.*
|
/.*
|
||||||
@@ -10,6 +11,7 @@ build
|
|||||||
cover/*
|
cover/*
|
||||||
covhtml
|
covhtml
|
||||||
dist
|
dist
|
||||||
|
.tox
|
||||||
# Generated by pbr
|
# Generated by pbr
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|||||||
Reference in New Issue
Block a user