From 10ba99834cefefc28c0f820b7aed66e1597efb97 Mon Sep 17 00:00:00 2001 From: Anthony <bouillant.anthony@gmail.com> Date: Tue, 11 Mar 2025 18:32:00 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dcefbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Executable and object files +*.o +*.out +*.exe +*.obj + +# Dependency files +*.d + +# Library files +*.lib +*.a +*.so +*.dll +*.dylib + +# Build directories +/build/ +/bin/ +/Debug/ +/Release/ + +# IDE-specific files +*.log +*.workspace +*.cproject +*.project +.idea/ +.vscode/ + +# Temporary or backup files +*.swp +*.tmp +*.temp +*.bak +*.old +*.orig +*.rej +*~ +puissance4 + +# Testing files +*.gcno +*.gcda +*.gcov + +# Windows-specific files +*.pdb +Thumbs.db +desktop.ini + +# macOS-specific files +.DS_Store -- GitLab