summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-29 18:37:22 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-29 18:37:22 -0500
commitfa6c430e25920995c010b3f9aced273256f3b800 (patch)
treeaf4ceb95b651a56260ace3165daee6845d668db8 /.gitignore
parentd3bab07ff700e596795b42290a17c0ec557b15da (diff)
downloadcmd2-git-fa6c430e25920995c010b3f9aced273256f3b800.tar.gz
Various minor updates:
- Updated .gitignore for code coverage result dirs from coverage and pytest-cov - Updated README.rst to include badge for latest docs from readthedocs.io - Updated setup.py to have updated info for the next time a release is made to PyPI - Documentation updates: - Bumped version in conf.py to 0.7 - Updated links in index.rst and alternatives.rst
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5a438505..01895266 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,6 @@ dist
cmd2.egg-info
.idea
.cache
-*.pyc \ No newline at end of file
+*.pyc
+.coverage
+htmlcov