mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00: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
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…
Reference in New Issue
Block a user