Subversion Repositories MK-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
#
2
# Marlin 3D Printer Firmware
3
# Copyright (C) 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
#
5
# Based on Sprinter and grbl.
6
# Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
#
8
# This program is free software: you can redistribute it and/or modify
9
# it under the terms of the GNU General Public License as published by
10
# the Free Software Foundation, either version 3 of the License, or
11
# (at your option) any later version.
12
#
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
# GNU General Public License for more details.
17
#
18
# You should have received a copy of the GNU General Public License
19
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
#
21
 
22
# Our automatic versioning scheme generates the following file
23
# NEVER put it in the repository
24
_Version.h
25
 
26
#
27
# OS
28
#
29
applet/
30
*.DS_Store
31
 
32
 
33
#
34
# Misc
35
#
36
*~
37
*.orig
38
*.rej
39
*.bak
40
*.idea
41
*.s
42
*.i
43
*.ii
44
*.swp
45
tags
46
 
47
#
48
# C++
49
#
50
# Compiled Object files
51
*.slo
52
*.lo
53
*.o
54
*.obj
55
*.ino.cpp
56
 
57
# Precompiled Headers
58
*.gch
59
*.pch
60
 
61
# Compiled Dynamic libraries
62
*.so
63
*.dylib
64
*.dll
65
 
66
# Fortran module files
67
*.mod
68
*.smod
69
 
70
# Compiled Static libraries
71
*.lai
72
*.la
73
*.a
74
*.lib
75
 
76
# Executables
77
*.exe
78
*.out
79
*.app
80
 
81
 
82
#
83
# C
84
#
85
# Object files
86
*.o
87
*.ko
88
*.obj
89
*.elf
90
 
91
# Precompiled Headers
92
*.gch
93
*.pch
94
 
95
# Libraries
96
*.lib
97
*.a
98
*.la
99
*.lo
100
 
101
# Shared objects (inc. Windows DLLs)
102
*.dll
103
*.so
104
*.so.*
105
*.dylib
106
 
107
# Executables
108
*.exe
109
*.out
110
*.app
111
*.i*86
112
*.x86_64
113
*.hex
114
 
115
# Debug files
116
*.dSYM/
117
*.su
118
 
119
# PlatformIO files/dirs
120
.pio*
121
.pioenvs
122
.piolibdeps
123
lib/readme.txt
124
 
125
#Visual Studio
126
*.sln
127
*.vcxproj
128
*.vcxproj.user
129
*.vcxproj.filters
130
Release/
131
Debug/
132
__vm/
133
.vs/
134
vc-fileutils.settings
135
 
136
#Visual Studio Code
137
.vscode
138
.vscode/.browse.c_cpp.db*
139
.vscode/c_cpp_properties.json
140
.vscode/launch.json
141
.vscode/*.db
142
 
143
#cmake
144
CMakeLists.txt
145
Marlin/CMakeLists.txt
146
CMakeListsPrivate.txt
147
 
148
#CLion
149
cmake-build-*