mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
@@ -61,3 +61,7 @@ CMakeLists.txt.user
|
||||
|
||||
# place to put local temporary files
|
||||
tmp
|
||||
|
||||
# OS specific local files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user