.gitignore 2.1 KB

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