Skip to content

Conversation

distlibs
Copy link
Contributor

@distlibs distlibs commented Sep 7, 2025

Ignore CLion IDE files

@danbev
Copy link
Member

danbev commented Sep 8, 2025

Perhaps this could be added to a local/global git exclude (.git/info/exclude) instead?

@clibdev
Copy link

clibdev commented Sep 9, 2025

I think .idea/ belongs in the repository's .gitignore rather than in a local exclude, since JetBrains IDEs (IntelliJ, CLion, PyCharm, etc.) are commonly used and multiple contributors may generate this directory. Keeping it in .gitignore avoids accidental commits of IDE configs, aligns with practices in similar projects (e.g. llama.cpp
https://github.com/ggml-org/llama.cpp/blob/master/.gitignore#L31).

@danbev danbev merged commit c46da31 into ggml-org:master Sep 9, 2025
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants