From d43ce08fc075fcb1ac141a8973d77c7efc80cd56 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Mon, 8 Dec 2025 19:46:11 +0800 Subject: [PATCH] updated gitignore for clion --- arduino-example/.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arduino-example/.gitignore b/arduino-example/.gitignore index 97f1e3e..e2611ad 100644 --- a/arduino-example/.gitignore +++ b/arduino-example/.gitignore @@ -21,3 +21,27 @@ gcc-flags.json *.lst .DS_Store # macOS specific Thumb.db # Windows specific + +# Build artifacts +cmake-build-debug/ +cmake-build-release/ +*.o +*.obj +*.exe +*.dll +*.so +*.a +*.lib + +# CLion specific files +.idea/workspace.xml +.idea/user.prefs +.idea/vcs.xml +.idea/misc.xml +.idea/*.iml +.idea/*.xml + +# Other temporary files +*.log +*.swp +*~