mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
gitignore: Also ignore .DS_Store
This is a file that Finder on Mac OS loves to add into various folders.
This commit is contained in:
parent
dda0e34ecf
commit
213594721a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -144,3 +144,6 @@ result
|
||||||
|
|
||||||
# clangd and possibly more
|
# clangd and possibly more
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
|
# Mac OS
|
||||||
|
.DS_Store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue