mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Merge branch 'master' of github.com:AMDmi3/libSDL2pp
This commit is contained in:
commit
5f00735e53
34
.gitignore
vendored
34
.gitignore
vendored
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user