From 61570e1c63f65381fc65ad4c12c75f46142e2118 Mon Sep 17 00:00:00 2001 From: nyosic Date: Wed, 29 Jan 2025 09:36:01 +0100 Subject: [PATCH] add .gitignore c++ --- cpp/.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cpp/.gitignore diff --git a/cpp/.gitignore b/cpp/.gitignore new file mode 100644 index 0000000..d99efa9 --- /dev/null +++ b/cpp/.gitignore @@ -0,0 +1,32 @@ +# 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 \ No newline at end of file