From 4900c6704c33c6030c221329876a3f3e4f7ed029 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Mon, 23 Dec 2024 10:37:52 +0100 Subject: [PATCH] Add .pch files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4f7fe23a..cc8e76a3 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ compile_commands.json .cache Testing .idea +*.pch