2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# Marlin 3D Printer Firmware
|
2017-04-30 19:07:01 +00:00
|
|
|
# Copyright (C) 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# Based on Sprinter and grbl.
|
|
|
|
# Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Our automatic versioning scheme generates the following file
|
|
|
|
# NEVER put it in the repository
|
2015-02-06 15:58:04 +00:00
|
|
|
_Version.h
|
|
|
|
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# OS
|
|
|
|
#
|
2015-01-03 10:56:10 +00:00
|
|
|
applet/
|
2016-06-17 00:50:51 +00:00
|
|
|
*.DS_Store
|
|
|
|
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# Misc
|
|
|
|
#
|
2015-01-03 10:56:10 +00:00
|
|
|
*~
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
*.bak
|
2015-01-03 12:52:52 +00:00
|
|
|
*.idea
|
2016-03-22 16:05:45 +00:00
|
|
|
*.s
|
|
|
|
*.i
|
|
|
|
*.ii
|
2016-06-17 00:50:51 +00:00
|
|
|
*.swp
|
2017-03-18 15:17:08 +00:00
|
|
|
tags
|
2016-06-17 00:50:51 +00:00
|
|
|
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# C++
|
|
|
|
#
|
2016-06-17 00:50:51 +00:00
|
|
|
# Compiled Object files
|
|
|
|
*.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
|
|
|
|
|
|
|
|
|
2016-06-18 00:47:07 +00:00
|
|
|
#
|
|
|
|
# C
|
|
|
|
#
|
2016-06-17 00:50:51 +00: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 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
|
|
|
|
2017-09-08 03:06:29 +00:00
|
|
|
# Workaround for Deviot+platformio quirks
|
|
|
|
Marlin/lib
|
|
|
|
Marlin/platformio.ini
|
|
|
|
Marlin/*/platformio.ini
|
|
|
|
Marlin/*/*/platformio.ini
|
|
|
|
Marlin/*/*/*/platformio.ini
|
|
|
|
Marlin/*/*/*/*/platformio.ini
|
|
|
|
Marlin/.travis.yml
|
|
|
|
Marlin/*/.travis.yml
|
|
|
|
Marlin/*/*/.travis.yml
|
|
|
|
Marlin/*/*/*/.travis.yml
|
|
|
|
Marlin/*/*/*/*/.travis.yml
|
|
|
|
Marlin/.gitignore
|
|
|
|
Marlin/*/.gitignore
|
|
|
|
Marlin/*/*/.gitignore
|
|
|
|
Marlin/*/*/*/.gitignore
|
|
|
|
Marlin/*/*/*/*/.gitignore
|
|
|
|
Marlin/readme.txt
|
|
|
|
Marlin/*/readme.txt
|
|
|
|
Marlin/*/*/readme.txt
|
|
|
|
Marlin/*/*/*/readme.txt
|
|
|
|
Marlin/*/*/*/*/readme.txt
|
|
|
|
|
2017-03-17 15:13:46 +00:00
|
|
|
#Visual Studio
|
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
|
|
|
*.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
|
|
|
|
2017-08-09 17:41:47 +00:00
|
|
|
#Visual Studio Code
|
2017-08-03 08:00:37 +00:00
|
|
|
.vscode
|
2017-10-26 18:37:26 +00:00
|
|
|
.vscode/c_cpp_properties.json
|
2017-08-03 08:00:37 +00:00
|
|
|
|
2017-04-30 19:07:01 +00:00
|
|
|
#cmake
|
|
|
|
CMakeLists.txt
|
2017-09-06 11:28:32 +00:00
|
|
|
src/CMakeLists.txt
|
2017-05-06 10:17:07 +00:00
|
|
|
CMakeListsPrivate.txt
|
|
|
|
|
|
|
|
#CLion
|
|
|
|
cmake-build-*
|