diff options
| author | Nicko van Someren <nicko@nicko.org> | 2021-05-02 18:12:58 -0600 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-05-04 16:56:16 +1000 |
| commit | 6e776a671061130d86a300fcd72173d9b93f521a (patch) | |
| tree | fff23a6e89086cf520272da088f64c15e6ce64af | |
| parent | ca0c75f5042cdf602585b08184f132d7ab4713f3 (diff) | |
gitignore: Ignore macOS desktop metadata files.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c52f59eec..734248992 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,7 @@ user.props # Generated rst files ###################### genrst/ + +# MacOS desktop metadata files +###################### +.DS_Store |
