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