From a703b8c704b8e893f6bb0bc40f37210f312f817a Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 12 Sep 2026 14:49:17 -0400 Subject: [PATCH] Ignore `.pdb` files (generated by CMake on Windows) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 79a4f896..de12b6e4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.o *.exe *.dll +*.pdb *.gcno *.gcda *.gcov