1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Tell Git to ignore .DS_Store files

These are created by MacOS Finder and should not be versioned.

Suggested-by: Sean McBride <sean@rogue-research.com>
This commit is contained in:
Brad King
2016-07-08 13:33:34 -04:00
parent 4786ec515f
commit b4811f3e57

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Exclude MacOS Finder files.
.DS_Store