Datasets:
Update .gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -59,7 +59,7 @@ target/
|
|
| 59 |
*.so
|
| 60 |
|
| 61 |
# macOS metadata
|
| 62 |
-
|
| 63 |
|
| 64 |
# ignoring test output
|
| 65 |
/tests/work/
|
|
|
|
| 59 |
*.so
|
| 60 |
|
| 61 |
# macOS metadata
|
| 62 |
+
*.DS_Store
|
| 63 |
|
| 64 |
# ignoring test output
|
| 65 |
/tests/work/
|