mirror of https://github.com/OpenKMIP/PyKMIP.git
Update and clean up .gitignore
This change updates .gitignore, adding new entries and reorganizing and pruning existing ones.
This commit is contained in:
parent
425b87938f
commit
488b8e59e9
|
@ -1,14 +1,14 @@
|
|||
.cache
|
||||
.coverage
|
||||
.idea
|
||||
.project
|
||||
.pydevproject
|
||||
.pytest_cache
|
||||
.tox
|
||||
|
||||
*.egg-info
|
||||
*.pyc
|
||||
|
||||
.cache/
|
||||
.coverage
|
||||
.idea/
|
||||
.tox/
|
||||
ChangeLog
|
||||
PyKMIP.egg-info/
|
||||
dist/
|
||||
htmlcov/
|
||||
tags
|
||||
build/
|
||||
build
|
||||
dist
|
||||
htmlcov
|
||||
|
|
Loading…
Reference in New Issue