summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-27 18:57:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-27 19:03:31 -0400
commitea6906b092d9bb09285094eee94e322d2cb413a5 (patch)
treed85cdf4f7907f4ded12a2b1d61cc09cb97debae2 /howto.txt
parent7fd1ea39925f0856ff607bb30796bc948a8c829d (diff)
downloadpython-coveragepy-git-ea6906b092d9bb09285094eee94e322d2cb413a5.tar.gz
feat: html output directory gets a .gitignore file. #1244
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index e89b42eb..db56b1f3 100644
--- a/howto.txt
+++ b/howto.txt
@@ -30,9 +30,11 @@
- IF PRE-RELEASE:
$ rm -f ~/coverage/trunk/doc/sample_html_beta/*.*
$ cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/
+ $ rm ~/coverage/trunk/doc/sample_html_beta/.gitignore
- IF NOT PRE-RELEASE:
$ rm -f ~/coverage/trunk/doc/sample_html/*.*
$ cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/
+ $ rm ~/coverage/trunk/doc/sample_html/.gitignore
$ cd ~/coverage/trunk
- IF NOT PRE-RELEASE:
check in the new sample html