Marlin/.gitignore

166 lines
2.1 KiB
Plaintext
Raw Normal View History

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
_Version.h
2023-03-02 01:07:47 +00:00
bdf2u8g.exe
genpages.exe
marlin_config.json
mczip.h
*.gen
2021-12-25 03:32:00 +00:00
*.sublime-workspace
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
# 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
# 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
2017-05-09 17:24:40 +00:00
# PlatformIO files/dirs
.pio*
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
/lib/
2017-03-17 15:13:46 +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
*.vcxproj.user
2017-03-17 15:13:46 +00:00
*.vcxproj.filters
2017-09-27 17:49:05 +00:00
Release/
Debug/
__vm/
.vs/
vc-fileutils.settings
2020-11-14 00:28:06 +00:00
# Visual Studio Code
2022-01-02 02:01:24 +00:00
.vscode/*
!.vscode/extensions.json
# Simulation files
imgui.ini
eeprom.dat
spi_flash.bin
fs.img
# CMake
CMakeLists.txt
2017-09-06 11:28:32 +00:00
src/CMakeLists.txt
CMakeListsPrivate.txt
build/
2020-11-14 00:28:06 +00:00
# CLion
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-14 00:28:06 +00:00
# IOLogger logs
*_log.csv
# Misc.
*~
*.orig
*.rej
*.bak
*.idea
*.i
*.ii
*.swp
tags
*.logs
*.bak