diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 15:27:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-02 15:27:37 -0400 |
| commit | b74461aef05559e17da555c20f4ce63c610e9307 (patch) | |
| tree | e34b327fcedc926c5bdd77017266d6f9f9323fa7 /.gitignore | |
| parent | d6f5193ee637f9fee1592d5a7ce1a70d90eca68b (diff) | |
| download | python-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-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -43,9 +43,6 @@ doc/sample_html_beta # Build intermediaries. tmp -# Stuff in the ci directory. -*.token - # OS junk .DS_Store |
