From 86c4afdd2f5d4d118328c785cd282ff5878adcf6 Mon Sep 17 00:00:00 2001 From: HuQiQiang <3315384591@qq.com> Date: Sun, 12 Oct 2025 13:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=BA=86ignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- C++.gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 C++.gitignore diff --git a/C++.gitignore b/C++.gitignore new file mode 100644 index 0000000..d4fb281 --- /dev/null +++ b/C++.gitignore @@ -0,0 +1,41 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Linker files +*.ilk + +# Debugger Files +*.pdb + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# debug information files +*.dwo