|
|
@ -148,7 +148,7 @@ Marlin/*/*/*/*/readme.txt |
|
|
|
# Secure Credentials |
|
|
|
Configuration_Secure.h |
|
|
|
|
|
|
|
#Visual Studio |
|
|
|
# Visual Studio |
|
|
|
*.sln |
|
|
|
*.vcxproj |
|
|
|
*.vcxproj.user |
|
|
@ -159,30 +159,34 @@ __vm/ |
|
|
|
.vs/ |
|
|
|
vc-fileutils.settings |
|
|
|
|
|
|
|
#Visual Studio Code |
|
|
|
# Visual Studio Code |
|
|
|
.vscode |
|
|
|
.vscode/.browse.c_cpp.db* |
|
|
|
.vscode/c_cpp_properties.json |
|
|
|
.vscode/launch.json |
|
|
|
.vscode/*.db |
|
|
|
|
|
|
|
#cmake |
|
|
|
# cmake |
|
|
|
CMakeLists.txt |
|
|
|
src/CMakeLists.txt |
|
|
|
CMakeListsPrivate.txt |
|
|
|
|
|
|
|
#CLion |
|
|
|
# CLion |
|
|
|
cmake-build-* |
|
|
|
|
|
|
|
#Eclipse |
|
|
|
# Eclipse |
|
|
|
.project |
|
|
|
.cproject |
|
|
|
.pydevproject |
|
|
|
.settings |
|
|
|
.classpath |
|
|
|
|
|
|
|
#Python |
|
|
|
# Python |
|
|
|
__pycache__ |
|
|
|
|
|
|
|
#IOLogger logs |
|
|
|
# IOLogger logs |
|
|
|
*_log.csv |
|
|
|
|
|
|
|
# Simulation / Native |
|
|
|
eeprom.dat |
|
|
|
imgui.ini |
|
|
|