Marlin/.gitignore

175 lines
2.2 KiB
Plaintext
Raw Normal View History

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