mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
22 lines
172 B
Text
22 lines
172 B
Text
|
# Build artifacts
|
||
|
buildroot/
|
||
|
*.o
|
||
|
*.a
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
*.exe
|
||
|
|
||
|
# Web assets
|
||
|
*.min.js
|
||
|
*.min.css
|
||
|
|
||
|
# Generated files
|
||
|
__pycache__/
|
||
|
*.pyc
|
||
|
.DS_Store
|
||
|
|
||
|
# IDE files
|
||
|
.vscode/
|
||
|
.idea/
|