Merge branch 'master' of github.com:AMDmi3/libSDL2pp

This commit is contained in:
Dmitry Marakasov 2015-09-06 22:44:43 +03:00
commit 5f00735e53

34
.gitignore vendored
View File

@ -1,9 +1,35 @@
# Ignore files generated by cmake # CMake files
CMakeCache.txt CMakeCache.txt
CMakeFiles/ CMakeFiles/
CTestTestfile.cmake
Makefile Makefile
cmake_install.cmake cmake_install.cmake
libSDL2pp.so
# doxygen # Generated files
doxygen Doxyfile
FindSDL2PP.cmake
SDL2pp/Config.hh
sdl2pp.pc
# Binaries
examples/audio_sine
examples/audio_wav
examples/fill
examples/image
examples/lines
examples/rendertarget
examples/sprites
examples/ttf
libSDL2pp.so
libSDL2pp.so.*
tests/gui_rendering
tests/test_error
tests/test_optional
tests/test_pointrect
tests/test_rwops
# Generated tests
tests/SDL2pp_*_hh_test*
# Doxygen-generated documentation
doxygen/