Skip to content

Commit 65996e4

Browse files
committed
Support file updates
1 parent 7e42c75 commit 65996e4

15 files changed

+88
-225
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
*.png binary
1818
*.jpg binary
1919
*.fon binary
20-

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ tags
128128
*.sln
129129
*.vcxproj
130130
*.vcxproj.filters
131-
Marlin/Release/
132-
Marlin/Debug/
133-
Marlin/__vm/
134-
Marlin/.vs/
131+
src/Release/
132+
src/Debug/
133+
src/__vm/
134+
src/.vs/
135135

136136
#Visual Studio Code
137137
.vscode
138138

139139
#cmake
140140
CMakeLists.txt
141-
Marlin/CMakeLists.txt
141+
src/CMakeLists.txt
142142
CMakeListsPrivate.txt
143143

144144
#CLion

0 commit comments

Comments
 (0)