[GIT] Add .DS_Store files to .gitignore (#4762)

When working on macOS, the system creates a .DS_Store file in every accessed directory. They are marked as new files
in git, which is very annoying. This change will exclude these files.
This commit is contained in:
Robert Naumann 2022-10-08 13:18:18 +02:00 committed by GitHub
parent bf2f5a70a5
commit 19ab5fa310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ modules/3rdparty
modules/[Aa][Hh][Kk]_[Tt]ests
.cache
.cproject
.DS_Store
.project
.settings
.vscode