diff options
author | Burak Can <neoberg@gmail.com> | 2019-09-22 14:32:52 +0300 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-09-22 21:32:52 +1000 |
commit | 29d7f9b1632fb15a7849762aa27b7f81af29c2b2 (patch) | |
tree | 0c681be820c9176643ddcd5223bf3464045c496e /.gitignore | |
parent | e05b32d8941c90f5af8da85f29190c45e917bbd3 (diff) |
Correct casing for DS_Store in .gitignore (#6787)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 140bf4aa7e..1f8f9dc74b 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 /keyboards/*/Makefile |