0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-10 16:43:08 +00:00
MarlinFirmware/.gitignore

171 lines
2.2 KiB
Text
Raw Normal View History

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