Add .DS_Store to MuJoCo's .gitignore.

.DS_Store is created by macOS.

PiperOrigin-RevId: 436477360
Change-Id: I9b3e72d89916bcaea88f3f34f73bf211dabb8467
This commit is contained in:
Nimrod Gileadi
2022-03-22 08:17:21 -07:00
committed by Saran Tunyasuvunakool
parent c6984b42af
commit edd00714ee
+3
View File
@@ -17,3 +17,6 @@
*.egg-info/
build/
build_cmake/
# Exclude macOS folder attributes
.DS_Store