https://github.com/python/cpython/commit/c124ae9d0bc3eea52c6b0d5da0ad5a77d02aa36a
commit: c124ae9d0bc3eea52c6b0d5da0ad5a77d02aa36a
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-04-06T04:42:06Z
summary:

[3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` 
(GH-132135) (#132145)

gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135)
(cherry picked from commit 86804003ed70acbf8a2531c6784895d750c50456)

Signed-off-by: Manjusaka <m...@manjusaka.me>
Co-authored-by: Nadeshiko Manju <m...@manjusaka.me>

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index bde596a7a0298b..3f1c482f9c9b01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ tags
 TAGS
 .vs/
 .vscode/
+.cache/
 gmon.out
 .coverage
 .mypy_cache/

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to