From 950c841079e70e6974f62eec33f89d0c9dc97b2b Mon Sep 17 00:00:00 2001 From: Vraiment Date: Tue, 4 Jul 2017 10:08:06 -0700 Subject: [PATCH] Added OS X related files to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e45f3de..faccaec 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ libSDL2pp.dll libSDL2pp.dll.a libSDL2pp.so libSDL2pp.so.* +libSDL2pp.dylib +libSDL2pp.*.dylib tests/live_* tests/test_* !tests/live_*.cc @@ -48,3 +50,6 @@ tests/SDL2pp_*_hh_test* # Doxygen-generated documentation doxygen/ + +# OS Specific files +.DS_Store