diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 10:34:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 10:34:45 -0400 |
| commit | c60118961ecb3543a9b71ca93513007e91318df4 (patch) | |
| tree | 2fc485023e667dcaa64b1e536dc4bec9ff555e08 /.gitignore | |
| parent | a97cf2c471324b7db4a76b14826f5026ec24cfd2 (diff) | |
| download | python-coveragepy-git-c60118961ecb3543a9b71ca93513007e91318df4.tar.gz | |
Add --help output to command docs, and other reorganization
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -35,9 +35,12 @@ covmain.zip zipmods.zip # Stuff in the doc directory. -_build -_spell -sample_html_beta +doc/_build +doc/_spell +doc/sample_html_beta + +# Build intermediaries. +tmp # Stuff in the ci directory. *.token |
