updated gitignore for clion

This commit is contained in:
strawmanbobi
2025-12-08 19:46:11 +08:00
parent a42f49da49
commit d43ce08fc0

View File

@@ -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
*~