From 963aece5e6046c349d929b8f476bebaff321bd26 Mon Sep 17 00:00:00 2001 From: Jonathan Mirabal Date: Mon, 13 Jan 2025 11:28:35 -0500 Subject: [PATCH] CppCustom.gitignore template --- CppCustom.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CppCustom.gitignore diff --git a/CppCustom.gitignore b/CppCustom.gitignore new file mode 100644 index 0000000000..cb589b0b75 --- /dev/null +++ b/CppCustom.gitignore @@ -0,0 +1,18 @@ +# Ignore build artifacts +*.o +*.obj +*.exe + +# Ignore build directories +/build/ +/bin/ +/Debug/ +/Release/ + +# Ignore IDE-specific files +*.vcxproj* +*.user + +# Ignore temporary files +*.tmp +*.swp \ No newline at end of file