diff options
Diffstat (limited to 'v_windows/v/thirdparty/.gitignore')
-rw-r--r-- | v_windows/v/thirdparty/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v_windows/v/thirdparty/.gitignore b/v_windows/v/thirdparty/.gitignore new file mode 100644 index 0000000..c964467 --- /dev/null +++ b/v_windows/v/thirdparty/.gitignore @@ -0,0 +1,11 @@ +!glfw/glfw3.dll +!glfw/msvc/glfw3.lib + +freetype/ +sdl2/ +SDL2_image/ +SDL2_mixer/ +SDL2_ttf/ +pg/ +tcc/ +sqlite/ |