From 4bc56dc0a2b354bc2ccef03a741784125c4f8576 Mon Sep 17 00:00:00 2001 From: yuyi Date: Wed, 5 May 2021 19:12:36 +0800 Subject: [PATCH] git: add 'sqlite/' to thirdparty/.gitignore (#10009) --- thirdparty/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thirdparty/.gitignore b/thirdparty/.gitignore index 25e0e87e1..c96446781 100644 --- a/thirdparty/.gitignore +++ b/thirdparty/.gitignore @@ -7,4 +7,5 @@ SDL2_image/ SDL2_mixer/ SDL2_ttf/ pg/ -tcc/ \ No newline at end of file +tcc/ +sqlite/ -- 2.30.2