From 0900ba71ef60622a7838ef708fb3466bff2ca8d6 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Wed, 23 Oct 2024 11:20:10 -0300 Subject: [PATCH] add .lib and .pdb to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86532cdf..b1d2d12a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,6 @@ starship.cfg.json imgui.ini starship.cfg.json Starship.log -*.sav \ No newline at end of file +*.sav +*.lib +*.pdb \ No newline at end of file