Quellcode durchsuchen

.gitignore for native / simulation

Scott Lahteine vor 3 Jahren
Ursprung
Commit
ddc997c81f
1 geänderte Dateien mit 11 neuen und 7 gelöschten Zeilen
  1. 11
    7
      .gitignore

+ 11
- 7
.gitignore Datei anzeigen

@@ -148,7 +148,7 @@ Marlin/*/*/*/*/readme.txt
148 148
 # Secure Credentials
149 149
 Configuration_Secure.h
150 150
 
151
-#Visual Studio
151
+# Visual Studio
152 152
 *.sln
153 153
 *.vcxproj
154 154
 *.vcxproj.user
@@ -159,30 +159,34 @@ __vm/
159 159
 .vs/
160 160
 vc-fileutils.settings
161 161
 
162
-#Visual Studio Code
162
+# Visual Studio Code
163 163
 .vscode
164 164
 .vscode/.browse.c_cpp.db*
165 165
 .vscode/c_cpp_properties.json
166 166
 .vscode/launch.json
167 167
 .vscode/*.db
168 168
 
169
-#cmake
169
+# cmake
170 170
 CMakeLists.txt
171 171
 src/CMakeLists.txt
172 172
 CMakeListsPrivate.txt
173 173
 
174
-#CLion
174
+# CLion
175 175
 cmake-build-*
176 176
 
177
-#Eclipse
177
+# Eclipse
178 178
 .project
179 179
 .cproject
180 180
 .pydevproject
181 181
 .settings
182 182
 .classpath
183 183
 
184
-#Python
184
+# Python
185 185
 __pycache__
186 186
 
187
-#IOLogger logs
187
+# IOLogger logs
188 188
 *_log.csv
189
+
190
+# Simulation / Native
191
+eeprom.dat
192
+imgui.ini

Laden…
Abbrechen
Speichern