mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[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:
parent
bf2f5a70a5
commit
19ab5fa310
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ modules/3rdparty
|
|||||||
modules/[Aa][Hh][Kk]_[Tt]ests
|
modules/[Aa][Hh][Kk]_[Tt]ests
|
||||||
.cache
|
.cache
|
||||||
.cproject
|
.cproject
|
||||||
|
.DS_Store
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.vscode
|
.vscode
|
||||||
|
Loading…
Reference in New Issue
Block a user