From 8896769f4df54e8f6a7994069522d703d146b605 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Thu, 27 Feb 2025 08:50:19 -0600 Subject: [PATCH] Ignore all `*.egg-info/` directories Now, even the `pypandoc_binary.egg-info/` directory is ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c51e1f9..d136521 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.swp *.pyc dist/ -pypandoc.egg-info/ +*.egg-info/ .tox/ # Generated by the test suite