summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-03 18:21:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-03-03 18:32:27 -0500
commit00095fcbbfd00f0b1d1a9e519a88c8e57898a3aa (patch)
treedb0e5a610e1a296bf57fdb3d7e81cf222f4b9cd7 /.gitignore
parent2cfc9d5a8ef0ebaee42b300005fc3b8509261cf3 (diff)
downloadpython-coveragepy-git-00095fcbbfd00f0b1d1a9e519a88c8e57898a3aa.tar.gz
build: excluding .github from ignore makes rg search it
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f8813653..5205b9c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,5 @@ tmp
# OS junk
.DS_Store
+
+!.github