Merge pull request #101 from Vraiment/osx_gitignore

Added OS X related files to .gitignore
This commit is contained in:
Dmitry Marakasov 2017-07-04 21:45:57 +03:00 committed by GitHub
commit cf3f9d4040

5
.gitignore vendored
View File

@ -38,6 +38,8 @@ libSDL2pp.dll
libSDL2pp.dll.a libSDL2pp.dll.a
libSDL2pp.so libSDL2pp.so
libSDL2pp.so.* libSDL2pp.so.*
libSDL2pp.dylib
libSDL2pp.*.dylib
tests/live_* tests/live_*
tests/test_* tests/test_*
!tests/live_*.cc !tests/live_*.cc
@ -48,3 +50,6 @@ tests/SDL2pp_*_hh_test*
# Doxygen-generated documentation # Doxygen-generated documentation
doxygen/ doxygen/
# OS Specific files
.DS_Store