Browse Source

.gitignore for native / simulation

Scott Lahteine 3 years ago
parent
commit
ddc997c81f
1 changed files with 11 additions and 7 deletions
  1. 11
    7
      .gitignore

+ 11
- 7
.gitignore View File

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

Loading…
Cancel
Save