updated gitignore for clion
This commit is contained in:
24
arduino-example/.gitignore
vendored
24
arduino-example/.gitignore
vendored
@@ -21,3 +21,27 @@ gcc-flags.json
|
|||||||
*.lst
|
*.lst
|
||||||
.DS_Store # macOS specific
|
.DS_Store # macOS specific
|
||||||
Thumb.db # Windows 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
|
||||||
|
*~
|
||||||
|
|||||||
Reference in New Issue
Block a user