1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Add .DS_Store to gitignore

This commit is contained in:
Zackhasacat 2023-06-13 07:33:34 +00:00 committed by psi29a
parent 1d5b73f20a
commit 90d8b8fa1c

4
.gitignore vendored
View file

@ -84,3 +84,7 @@ moc_*.cxx
*.[ao] *.[ao]
*.so *.so
venv/ venv/
## operating system files
.DS_Store
Thumbs.db