https://github.com/python/cpython/commit/86804003ed70acbf8a2531c6784895d750c50456
commit: 86804003ed70acbf8a2531c6784895d750c50456
branch: main
author: Nadeshiko Manju <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-04-06T05:25:08+01:00
summary:

gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)

Signed-off-by: Manjusaka <[email protected]>

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 8872e9d5508ff1..596e0f3af6ae3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ tags
 TAGS
 .vs/
 .vscode/
+.cache/
 gmon.out
 .coverage
 .mypy_cache/

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to