-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Labels
Comments
Zheaoli
added a commit
to Zheaoli/cpython
that referenced
this issue
Apr 5, 2025
Signed-off-by: Manjusaka <[email protected]>
Zheaoli
added a commit
to Zheaoli/cpython
that referenced
this issue
Apr 5, 2025
Signed-off-by: Manjusaka <[email protected]>
AA-Turner
pushed a commit
that referenced
this issue
Apr 6, 2025
…2135) 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]>
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]>
This was referenced Apr 6, 2025
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
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
.cache
directory .gitignore file #132135.cache
directory to.gitignore
(GH-132135) #132144.cache
directory to.gitignore
(GH-132135) #132145The text was updated successfully, but these errors were encountered: