From c3f90764eb88e2e4cc6c0df4fd0899ecfcb30f5d Mon Sep 17 00:00:00 2001 From: zhirenx Date: Sat, 22 Jan 2022 12:00:43 +0800 Subject: [PATCH] update .gitignore Signed-off-by: zhirenx Change-Id: I1eb43e3cbd67e0ae001e4cf01a1726ded00bc95d --- .gitignore | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8bad43..3cb9090 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,38 @@ -.vscode/ +#vscode +.vscode + +#format .clang-format +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app -- Gitee