Some files are not explicitly ignored, and can get mistakenly committed. This PR adds the macOS .DS_Store metadata files, and .vscode/, .idea/, cmake-build-*/ also in subdirectories. See #1383.
What kind of change does this PR introduce?
[x] Bug fix (issue #__)
[ ] New feature (issue #__)
[ ] Documentation update
[ ] Other: __
Please check if this PR fulfills the following:
[ ] Tests for the changes have been added
[ ] Documentation has been added / updated
[ ] Changes have been communicated to collaborators
Does this PR introduce breaking changes? What changes might users need to make to their code?
Briefly, what does this PR introduce?
Some files are not explicitly ignored, and can get mistakenly committed. This PR adds the macOS
.DS_Store
metadata files, and.vscode/
,.idea/
,cmake-build-*/
also in subdirectories. See #1383.What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No.
Does this PR change default behavior?
No.