summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-04 10:34:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-04 10:34:45 -0400
commitc60118961ecb3543a9b71ca93513007e91318df4 (patch)
tree2fc485023e667dcaa64b1e536dc4bec9ff555e08 /.gitignore
parenta97cf2c471324b7db4a76b14826f5026ec24cfd2 (diff)
downloadpython-coveragepy-git-c60118961ecb3543a9b71ca93513007e91318df4.tar.gz
Add --help output to command docs, and other reorganization
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 971e9b84..f8813653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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