Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .cache directory to .gitignore #132134

Closed
Zheaoli opened this issue Apr 5, 2025 · 0 comments · Fixed by #132135
Closed

Add .cache directory to .gitignore #132134

Zheaoli opened this issue Apr 5, 2025 · 0 comments · Fixed by #132135
Labels
infra CI, GitHub Actions, buildbots, Dependabot, etc. type-feature A feature request or enhancement

Comments

@Zheaoli
Copy link
Contributor

Zheaoli commented Apr 5, 2025

Bug report

Bug description:

For now, there are many people use vscode + clangd to developer cpython. But the clangd will generate a .cache directory under the base directory and the behavior could not be customized. So I think maybe we can add the .cache to the .gitignore

FYI clangd/clangd#946

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@Zheaoli Zheaoli added the type-bug An unexpected behavior, bug, or error label Apr 5, 2025
@ZeroIntensity ZeroIntensity added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Apr 5, 2025
Zheaoli added a commit to Zheaoli/cpython that referenced this issue Apr 5, 2025
Zheaoli added a commit to Zheaoli/cpython that referenced this issue Apr 5, 2025
@picnixz picnixz added the infra CI, GitHub Actions, buildbots, Dependabot, etc. label Apr 5, 2025
AA-Turner pushed a commit that referenced this issue Apr 6, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 6, 2025
pythonGH-132135)

(cherry picked from commit 8680400)

Co-authored-by: Nadeshiko Manju <[email protected]>
Signed-off-by: Manjusaka <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 6, 2025
pythonGH-132135)

(cherry picked from commit 8680400)

Co-authored-by: Nadeshiko Manju <[email protected]>
Signed-off-by: Manjusaka <[email protected]>
AA-Turner pushed a commit that referenced this issue Apr 6, 2025
…`` (GH-132135) (#132145)

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

Signed-off-by: Manjusaka <[email protected]>
Co-authored-by: Nadeshiko Manju <[email protected]>
AA-Turner pushed a commit that referenced this issue Apr 6, 2025
…`` (GH-132135) (#132144)

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

Signed-off-by: Manjusaka <[email protected]>
Co-authored-by: Nadeshiko Manju <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra CI, GitHub Actions, buildbots, Dependabot, etc. type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants