diff --git a/CppCustom.gitignore b/CppCustom.gitignore new file mode 100644 index 00000000..cb589b0b --- /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