.gitignore 2.1 KB

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