Skip to content

Commit

Permalink
Fix Linux GPIO logging (MarlinFirmware#20093)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <[email protected]>
  • Loading branch information
2 people authored and dpreed committed Feb 5, 2021
1 parent 45bce2d commit 2c73645
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Marlin/*/*/*/*/readme.txt
# Secure Credentials
Configuration_Secure.h

# Visual Studio
#Visual Studio
*.sln
*.vcxproj
*.vcxproj.user
Expand All @@ -159,34 +159,30 @@ __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

0 comments on commit 2c73645

Please sign in to comment.