From eb33e83722a5d02dff3b14d48e17b4c3184abcb6 Mon Sep 17 00:00:00 2001 From: huohunri <226370342@qq.com> Date: Tue, 26 Dec 2023 07:36:20 +0800 Subject: [PATCH] update .gitignore (#2989) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b12ed9e357..71ce0cece37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Ignore CLion project directory and iml files .idea/ *.iml - +*.obj +*.ipch +*.pch # Ignore build directories cmake-build-*/ /build/