diff options
author | Burak Can <neoberg@gmail.com> | 2019-09-22 14:32:52 +0300 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2019-12-05 16:03:50 -0800 |
commit | 62c1edc5ac2d3bc4fa5c4246d527823ee687d619 (patch) | |
tree | 8145dc552c5c1b32ec6458d67ac28d3b1ac2785a | |
parent | a73c258d7925570f302225d648012c5b5950cf95 (diff) |
Correct casing for DS_Store in .gitignore (#6787)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2611c99bf5..ff7e80b074 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ quantum/version.h CMakeLists.txt cmake-build-debug doxygen/ -.DS_STORE +.DS_Store /util/wsl_downloaded /util/win_downloaded /users/ |