2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

Merge pull request #388 from OpenKMIP/feat/update-gitignore

Update and clean up .gitignore
This commit is contained in:
Peter Hamilton
2018-02-14 16:58:27 -05:00
committed by GitHub

20
.gitignore vendored
View File

@@ -1,14 +1,14 @@
.cache
.coverage
.idea
.project .project
.pydevproject .pydevproject
.pytest_cache
.tox
*.egg-info
*.pyc *.pyc
.cache/ build
.coverage dist
.idea/ htmlcov
.tox/
ChangeLog
PyKMIP.egg-info/
dist/
htmlcov/
tags
build/