.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. #
  2. # Marlin 3D Printer Firmware
  3. # Copyright (c) 2020 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 <https://www.gnu.org/licenses/>.
  20. #
  21. # Generated files
  22. _Version.h
  23. bdf2u8g.exe
  24. genpages.exe
  25. marlin_config.json
  26. mczip.h
  27. language*.csv
  28. out-csv/
  29. out-language/
  30. *.gen
  31. *.sublime-workspace
  32. # OS
  33. applet/
  34. .DS_Store
  35. # Compiled C++ Object files
  36. *.slo
  37. *.lo
  38. *.o
  39. *.obj
  40. *.ino.cpp
  41. # Precompiled Headers
  42. *.gch
  43. *.pch
  44. # Compiled Dynamic libraries
  45. *.so
  46. *.dylib
  47. *.dll
  48. # Fortran module files
  49. *.mod
  50. *.smod
  51. # Compiled Static libraries
  52. *.lai
  53. *.la
  54. *.a
  55. *.lib
  56. # Executables
  57. *.exe
  58. *.out
  59. *.app
  60. # Compiled C Object files
  61. *.o
  62. *.ko
  63. *.obj
  64. *.elf
  65. # Precompiled Headers
  66. *.gch
  67. *.pch
  68. # Libraries
  69. *.lib
  70. *.a
  71. *.la
  72. *.lo
  73. # Shared objects (inc. Windows DLLs)
  74. *.dll
  75. *.so
  76. *.so.*
  77. *.dylib
  78. # Executables
  79. *.exe
  80. *.out
  81. *.app
  82. *.i*86
  83. *.x86_64
  84. *.hex
  85. # Debug files
  86. *.dSYM/
  87. *.su
  88. # PlatformIO files/dirs
  89. .pio*
  90. .pioenvs
  91. .piolibdeps
  92. .clang_complete
  93. .gcc-flags.json
  94. /lib/
  95. # Secure Credentials
  96. Configuration_Secure.h
  97. # Visual Studio
  98. *.sln
  99. *.vcxproj
  100. *.vcxproj.user
  101. *.vcxproj.filters
  102. Release/
  103. Debug/
  104. __vm/
  105. .vs/
  106. vc-fileutils.settings
  107. # Visual Studio Code
  108. .vscode/*
  109. !.vscode/extensions.json
  110. *.code-workspace
  111. # Simulation files
  112. imgui.ini
  113. eeprom.dat
  114. spi_flash.bin
  115. fs.img
  116. # CMake
  117. buildroot/share/cmake/*
  118. CMakeLists.txt
  119. !buildroot/share/cmake/CMakeLists.txt
  120. src/CMakeLists.txt
  121. CMakeListsPrivate.txt
  122. build/
  123. # CLion
  124. cmake-build-*
  125. # Eclipse
  126. .project
  127. .cproject
  128. .pydevproject
  129. .settings
  130. .classpath
  131. # Python
  132. __pycache__
  133. # IOLogger logs
  134. *_log.csv
  135. # Misc.
  136. *~
  137. *.orig
  138. *.rej
  139. *.bak
  140. *.idea
  141. *.i
  142. *.ii
  143. *.swp
  144. tags
  145. *.logs
  146. *.bak
  147. .aider*
  148. !.aiderignore
  149. .env