summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-02 15:27:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-02 15:27:37 -0400
commitb74461aef05559e17da555c20f4ce63c610e9307 (patch)
treee34b327fcedc926c5bdd77017266d6f9f9323fa7 /.gitignore
parentd6f5193ee637f9fee1592d5a7ce1a70d90eca68b (diff)
downloadpython-coveragepy-git-b74461aef05559e17da555c20f4ce63c610e9307.tar.gz
build: remove needless excludes
Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 94314500..c8b41f49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,9 +43,6 @@ doc/sample_html_beta
# Build intermediaries.
tmp
-# Stuff in the ci directory.
-*.token
-
# OS junk
.DS_Store