🔨 [2.0.9.7] Use older chitu_crypt.py
[Marlin.git] / .gitignore
blob0b852d767325a718063fe6887b7e557fa054a426
2 # Marlin 3D Printer Firmware
3 # Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5 # Based on Sprinter and grbl.
6 # Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
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.
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.
18 # You should have received a copy of the GNU General Public License
19 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
22 # Generated files
23 _Version.h
24 bdf2u8g
25 marlin_config.json
26 mczip.h
27 *.gen
28 *.sublime-workspace
31 # OS
33 applet/
34 .DS_Store
37 # Misc
40 *.orig
41 *.rej
42 *.bak
43 *.idea
44 *.i
45 *.ii
46 *.swp
47 tags
50 # C++
52 # Compiled Object files
53 *.slo
54 *.lo
55 *.o
56 *.obj
57 *.ino.cpp
59 # Precompiled Headers
60 *.gch
61 *.pch
63 # Compiled Dynamic libraries
64 *.so
65 *.dylib
66 *.dll
68 # Fortran module files
69 *.mod
70 *.smod
72 # Compiled Static libraries
73 *.lai
74 *.la
75 *.a
76 *.lib
78 # Executables
79 *.exe
80 *.out
81 *.app
84 # C
86 # Object files
87 *.o
88 *.ko
89 *.obj
90 *.elf
92 # Precompiled Headers
93 *.gch
94 *.pch
96 # Libraries
97 *.lib
98 *.a
99 *.la
100 *.lo
102 # Shared objects (inc. Windows DLLs)
103 *.dll
104 *.so
105 *.so.*
106 *.dylib
108 # Executables
109 *.exe
110 *.out
111 *.app
112 *.i*86
113 *.x86_64
114 *.hex
116 # Debug files
117 *.dSYM/
118 *.su
120 # PlatformIO files/dirs
121 .pio*
122 .pioenvs
123 .piolibdeps
124 .clang_complete
125 .gcc-flags.json
126 /lib/
128 # Secure Credentials
129 Configuration_Secure.h
131 # Visual Studio
132 *.sln
133 *.vcxproj
134 *.vcxproj.user
135 *.vcxproj.filters
136 Release/
137 Debug/
138 __vm/
139 .vs/
140 vc-fileutils.settings
142 # Visual Studio Code
143 .vscode/*
144 !.vscode/extensions.json
146 #Simulation
147 imgui.ini
148 eeprom.dat
149 spi_flash.bin
151 #cmake
152 CMakeLists.txt
153 src/CMakeLists.txt
154 CMakeListsPrivate.txt
155 build/
157 # CLion
158 cmake-build-*
160 # Eclipse
161 .project
162 .cproject
163 .pydevproject
164 .settings
165 .classpath
167 # Python
168 __pycache__
170 # IOLogger logs
171 *_log.csv