diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2021-02-06 02:02:28 +0000 |
---|---|---|
committer | Matthew Peveler <matt.peveler@gmail.com> | 2021-02-06 02:02:28 +0000 |
commit | 888140f536e9db20f76de1d366229d4b01df6a87 (patch) | |
tree | 2676f856324da05166287138a6da13ac77161c4f | |
parent | 4d3e330fedbf08be369fb5a148966362029137eb (diff) | |
download | asciidoc-py3-888140f536e9db20f76de1d366229d4b01df6a87.tar.gz |
update .gitignore for 10.x files
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -25,3 +25,11 @@ MANIFEST /tags /gh-pages/ build/ + +# python package build files +*.egg-info/ +dist/ + +# coverage files +.coverage +htmlcov/ |