Add .DS_Store and Thumbs.db to .gitignore

Add OS specific local files that should not be included in a git repository - .DS_Store (macOS) and Thumbs.db (Windows)
This commit is contained in:
Bytecurl
2022-04-08 20:24:27 +02:00
committed by Kamil Śliwak
parent 15c2a33eb3
commit c5bf750bf3
+4
View File
@@ -61,3 +61,7 @@ CMakeLists.txt.user
# place to put local temporary files
tmp
# OS specific local files
.DS_Store
Thumbs.db