Browse Source

Add .DS_Store to .gitignore

rdb 2 years ago
parent
commit
27daecf030
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -48,9 +48,10 @@ cmake_install.cmake
 install_manifest.txt
 CTestTestfile.cmake
 
-# Windows
+# Operating system
 Thumbs.db
 ehthumbs.db
+.DS_Store
 
 # Python
 __pycache__/