mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Add windows binaries to .gitignore
This commit is contained in:
parent
7dd543053c
commit
5b274284a7
4
.gitignore
vendored
4
.gitignore
vendored
@ -18,6 +18,7 @@ Debug/
|
||||
Win32/
|
||||
|
||||
# Binaries
|
||||
examples/*.exe
|
||||
examples/audio_sine
|
||||
examples/audio_wav
|
||||
examples/fill
|
||||
@ -31,8 +32,11 @@ examples/rendertarget
|
||||
examples/sprites
|
||||
examples/ttf
|
||||
libSDL2pp.a
|
||||
libSDL2pp.dll
|
||||
libSDL2pp.dll.a
|
||||
libSDL2pp.so
|
||||
libSDL2pp.so.*
|
||||
tests/*.exe
|
||||
tests/live_mixer
|
||||
tests/live_rendering
|
||||
tests/test_error
|
||||
|
Loading…
x
Reference in New Issue
Block a user