2016-06-18 08:47:07 +08:00
|
|
|
#
|
|
|
|
# Marlin 3D Printer Firmware
|
2020-02-03 22:00:57 +08:00
|
|
|
# Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
2016-06-18 08:47:07 +08:00
|
|
|
#
|
|
|
|
# Based on Sprinter and grbl.
|
2019-06-28 12:57:50 +08:00
|
|
|
# Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
|
2016-06-18 08:47:07 +08:00
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2020-07-23 11:20:14 +08:00
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2016-06-18 08:47:07 +08:00
|
|
|
#
|
|
|
|
|
2021-01-20 06:52:04 +08:00
|
|
|
# Generated files
|
2015-02-06 23:58:04 +08:00
|
|
|
_Version.h
|
2023-03-02 09:07:47 +08:00
|
|
|
bdf2u8g.exe
|
|
|
|
genpages.exe
|
2021-12-14 14:22:06 +08:00
|
|
|
marlin_config.json
|
|
|
|
mczip.h
|
2023-05-27 06:50:42 +08:00
|
|
|
language*.csv
|
2023-07-01 08:21:56 +08:00
|
|
|
out-csv/
|
|
|
|
out-language/
|
2021-12-14 14:22:06 +08:00
|
|
|
*.gen
|
2021-12-25 11:32:00 +08:00
|
|
|
*.sublime-workspace
|
2015-02-06 23:58:04 +08:00
|
|
|
|
2016-06-18 08:47:07 +08:00
|
|
|
# OS
|
2015-01-03 18:56:10 +08:00
|
|
|
applet/
|
2021-10-31 12:43:19 +08:00
|
|
|
.DS_Store
|
2016-06-17 08:50:51 +08:00
|
|
|
|
2023-03-29 12:23:27 +08:00
|
|
|
# Compiled C++ Object files
|
2016-06-17 08:50:51 +08:00
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
2017-05-26 12:25:04 +08:00
|
|
|
*.ino.cpp
|
2016-06-17 08:50:51 +08:00
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
2023-03-29 12:23:27 +08:00
|
|
|
# Compiled C Object files
|
2016-06-17 08:50:51 +08:00
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
*.obj
|
|
|
|
*.elf
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.lo
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
*.i*86
|
|
|
|
*.x86_64
|
|
|
|
*.hex
|
|
|
|
|
|
|
|
# Debug files
|
|
|
|
*.dSYM/
|
|
|
|
*.su
|
2016-10-09 01:45:26 +08:00
|
|
|
|
2017-05-10 01:24:40 +08:00
|
|
|
# PlatformIO files/dirs
|
|
|
|
.pio*
|
2017-06-18 07:36:10 +08:00
|
|
|
.pioenvs
|
|
|
|
.piolibdeps
|
|
|
|
.clang_complete
|
|
|
|
.gcc-flags.json
|
2017-08-02 11:57:52 +08:00
|
|
|
/lib/
|
2017-03-17 23:13:46 +08:00
|
|
|
|
2020-02-04 13:29:01 +08:00
|
|
|
# Secure Credentials
|
|
|
|
Configuration_Secure.h
|
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# Visual Studio
|
2017-03-17 23:13:46 +08:00
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
2018-03-11 09:58:31 +08:00
|
|
|
*.vcxproj.user
|
2017-03-17 23:13:46 +08:00
|
|
|
*.vcxproj.filters
|
2017-09-28 01:49:05 +08:00
|
|
|
Release/
|
|
|
|
Debug/
|
|
|
|
__vm/
|
|
|
|
.vs/
|
2017-10-18 05:43:22 +08:00
|
|
|
vc-fileutils.settings
|
2017-05-01 03:07:01 +08:00
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# Visual Studio Code
|
2022-01-02 10:01:24 +08:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
2024-08-21 05:33:58 +08:00
|
|
|
*.code-workspace
|
2017-08-03 16:00:37 +08:00
|
|
|
|
2023-03-29 12:23:27 +08:00
|
|
|
# Simulation files
|
2021-07-22 08:01:23 +08:00
|
|
|
imgui.ini
|
|
|
|
eeprom.dat
|
2021-11-17 00:32:43 +08:00
|
|
|
spi_flash.bin
|
2022-10-09 23:30:47 +08:00
|
|
|
fs.img
|
2021-07-22 08:01:23 +08:00
|
|
|
|
2023-03-29 12:23:27 +08:00
|
|
|
# CMake
|
2023-06-18 12:19:28 +08:00
|
|
|
buildroot/share/cmake/*
|
2017-05-01 03:07:01 +08:00
|
|
|
CMakeLists.txt
|
2023-06-18 12:19:28 +08:00
|
|
|
!buildroot/share/cmake/CMakeLists.txt
|
2017-09-06 19:28:32 +08:00
|
|
|
src/CMakeLists.txt
|
2017-05-06 18:17:07 +08:00
|
|
|
CMakeListsPrivate.txt
|
2021-12-25 10:59:28 +08:00
|
|
|
build/
|
2017-05-06 18:17:07 +08:00
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# CLion
|
2017-05-06 18:17:07 +08:00
|
|
|
cmake-build-*
|
2019-05-05 03:08:53 +08:00
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# Eclipse
|
2019-05-05 03:08:53 +08:00
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.pydevproject
|
|
|
|
.settings
|
|
|
|
.classpath
|
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# Python
|
2019-05-05 03:08:53 +08:00
|
|
|
__pycache__
|
2020-11-11 10:13:29 +08:00
|
|
|
|
2020-11-14 08:28:06 +08:00
|
|
|
# IOLogger logs
|
2020-11-11 10:13:29 +08:00
|
|
|
*_log.csv
|
2023-03-29 12:23:27 +08:00
|
|
|
|
|
|
|
# Misc.
|
|
|
|
*~
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
*.bak
|
|
|
|
*.idea
|
|
|
|
*.i
|
|
|
|
*.ii
|
|
|
|
*.swp
|
|
|
|
tags
|
|
|
|
*.logs
|
|
|
|
*.bak
|
2024-10-28 03:56:27 +08:00
|
|
|
.aider*
|
2024-10-29 04:52:08 +08:00
|
|
|
!.aiderignore
|
2024-10-28 03:56:27 +08:00
|
|
|
.env
|