From c83129a0d5a0df548400e164f5089e26b08f33df Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 2 Feb 2025 15:31:45 +0100 Subject: [PATCH] added cpp gitignore --- 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