diff --git a/.gitignore b/.gitignore index b01512a2..6a8b685d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ libs/*/Makefile* libs/*/debug/ libs/*/release/ libs/*/*.a + +# Ignore .DS_Store files on OSX +.DS_Store