.gitignore 684 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # Object files
  2. *.o
  3. *.ko
  4. *.eep
  5. *.d
  6. # Libraries
  7. *.lib
  8. *.a
  9. # Shared objects (inc. Windows DLLs)
  10. *.dll
  11. *.so
  12. *.so.*
  13. *.dylib
  14. # Executables
  15. *.exe
  16. *.out
  17. *.app
  18. *.elf
  19. *.hex
  20. *.lss
  21. *.lst
  22. *.map
  23. *.sym
  24. # Ignore list for Eagle, a PCB layout tool
  25. # Backup files
  26. *.s#?
  27. *.b#?
  28. *.l#?
  29. # Eagle project file
  30. # It contains a serial number and references to the file structure
  31. # on your computer.
  32. # comment the following line if you want to have your project file included.
  33. eagle.epf
  34. # CAM files
  35. *.$$$
  36. *.cmp
  37. *.ly2
  38. *.l15
  39. *.sol
  40. *.plc
  41. *.stc
  42. *.sts
  43. *.crc
  44. *.crs
  45. *.pro
  46. *.xln
  47. *.gpi
  48. *.ger
  49. *.zip
  50. *.dri
  51. *.drl
  52. *.gpi
  53. *.pls
  54. *.drd
  55. *.drd.*
  56. *.info
  57. *.eps
  58. kicad/gerber/
  59. _autosave*
  60. format
  61. *.bak
  62. .build/
  63. *.kicad_pcb-bak