Hi All, I use clangd. Clangd creates a .cache directory, and there are also tools for generating a compile_commands.json file which tells clangd how to behave. I did a quick check, and there are no naming collisions with other files in the cpython project.
What does everyone think? Can we add these two items to the .gitignore: - `.cache` - `compile_commands.json` -- Thanks! Jack DeVries _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/HYWJIRZBBORBOWSRFDQMCSOKTP3UBAMO/ Code of Conduct: http://python.org/psf/codeofconduct/