commit | 21b0bf9c6507070b813c3e28b9bcefcf4bade1bf | [log] [tgz] |
---|---|---|
author | Guy Harris <gharris@sonic.net> | Sun Feb 20 16:38:48 2022 -0800 |
committer | Guy Harris <gharris@sonic.net> | Sun Feb 20 16:39:18 2022 -0800 |
tree | b45dd87c8af75cb8e8d318044b42a1beb5c2df8b | |
parent | d805a2dc2dc6e19d07590007071975e7e13cc695 [diff] |
.gitignore: ignore .DS_Store files. [skip ci] macOS's Finder drops them in directories it looks at (if it has write permission); it's just data to remember how the Finder displayed the directory, it's not of any interest to Git or to Git users. (cherry picked from commit 9ee3db44cf597ce5dbc3ac34d351935ae1f61252)
diff --git a/.gitignore b/.gitignore index d4b8456..df7b440 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,4 @@ +.DS_Store Makefile *~ *.o