2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# Marlin 3D Printer Firmware
|
2020-02-03 14:00:57 +00:00
|
|
|
# Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# Based on Sprinter and grbl.
|
2019-06-28 04:57:50 +00:00
|
|
|
# Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
|
2016-06-18 00:47:07 +00: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 03:20:14 +00:00
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
|
2021-01-19 22:52:04 +00:00
|
|
|
# Generated files
|
2015-02-06 15:58:04 +00:00
|
|
|
_Version.h
|
2023-03-02 01:07:47 +00:00
|
|
|
bdf2u8g.exe
|
|
|
|
genpages.exe
|
2021-12-14 06:22:06 +00:00
|
|
|
marlin_config.json
|
|
|
|
mczip.h
|
2023-05-26 22:50:42 +00:00
|
|
|
language*.csv
|
|
|
|
csv-out/
|
2021-12-14 06:22:06 +00:00
|
|
|
*.gen
|
2021-12-25 03:32:00 +00:00
|
|
|
*.sublime-workspace
|
2015-02-06 15:58:04 +00:00
|
|
|
|
2016-06-18 00:47:07 +00:00
|
|
|
# OS
|
2015-01-03 10:56:10 +00:00
|
|
|
applet/
|
2021-10-31 04:43:19 +00:00
|
|
|
.DS_Store
|
2016-06-17 00:50:51 +00:00
|
|
|
|
2023-03-29 04:23:27 +00:00
|
|
|
# Compiled C++ Object files
|
2016-06-17 00:50:51 +00:00
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
2017-05-26 04:25:04 +00:00
|
|
|
*.ino.cpp
|
2016-06-17 00:50:51 +00: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 04:23:27 +00:00
|
|
|
# Compiled C Object files
|
2016-06-17 00:50:51 +00: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-08 17:45:26 +00:00
|
|
|
|
2017-05-09 17:24:40 +00:00
|
|
|
# PlatformIO files/dirs
|
|
|
|
.pio*
|
2017-06-17 23:36:10 +00:00
|
|
|
.pioenvs
|
|
|
|
.piolibdeps
|
|
|
|
.clang_complete
|
|
|
|
.gcc-flags.json
|
2017-08-02 03:57:52 +00:00
|
|
|
/lib/
|
2017-03-17 15:13:46 +00:00
|
|
|
|
2020-02-04 05:29:01 +00:00
|
|
|
# Secure Credentials
|
|
|
|
Configuration_Secure.h
|
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# Visual Studio
|
2017-03-17 15:13:46 +00:00
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
2018-03-11 01:58:31 +00:00
|
|
|
*.vcxproj.user
|
2017-03-17 15:13:46 +00:00
|
|
|
*.vcxproj.filters
|
2017-09-27 17:49:05 +00:00
|
|
|
Release/
|
|
|
|
Debug/
|
|
|
|
__vm/
|
|
|
|
.vs/
|
2017-10-17 21:43:22 +00:00
|
|
|
vc-fileutils.settings
|
2017-04-30 19:07:01 +00:00
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# Visual Studio Code
|
2022-01-02 02:01:24 +00:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
2017-08-03 08:00:37 +00:00
|
|
|
|
2023-03-29 04:23:27 +00:00
|
|
|
# Simulation files
|
2021-07-22 00:01:23 +00:00
|
|
|
imgui.ini
|
|
|
|
eeprom.dat
|
2021-11-16 16:32:43 +00:00
|
|
|
spi_flash.bin
|
2022-10-09 15:30:47 +00:00
|
|
|
fs.img
|
2021-07-22 00:01:23 +00:00
|
|
|
|
2023-03-29 04:23:27 +00:00
|
|
|
# CMake
|
2017-04-30 19:07:01 +00:00
|
|
|
CMakeLists.txt
|
2017-09-06 11:28:32 +00:00
|
|
|
src/CMakeLists.txt
|
2017-05-06 10:17:07 +00:00
|
|
|
CMakeListsPrivate.txt
|
2021-12-25 02:59:28 +00:00
|
|
|
build/
|
2017-05-06 10:17:07 +00:00
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# CLion
|
2017-05-06 10:17:07 +00:00
|
|
|
cmake-build-*
|
2019-05-04 19:08:53 +00:00
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# Eclipse
|
2019-05-04 19:08:53 +00:00
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.pydevproject
|
|
|
|
.settings
|
|
|
|
.classpath
|
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# Python
|
2019-05-04 19:08:53 +00:00
|
|
|
__pycache__
|
2020-11-11 02:13:29 +00:00
|
|
|
|
2020-11-14 00:28:06 +00:00
|
|
|
# IOLogger logs
|
2020-11-11 02:13:29 +00:00
|
|
|
*_log.csv
|
2023-03-29 04:23:27 +00:00
|
|
|
|
|
|
|
# Misc.
|
|
|
|
*~
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
*.bak
|
|
|
|
*.idea
|
|
|
|
*.i
|
|
|
|
*.ii
|
|
|
|
*.swp
|
|
|
|
tags
|
|
|
|
*.logs
|
|
|
|
*.bak
|