You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Eagle.gitignore 523B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Ignore list for Eagle, a PCB layout tool
  2. # Backup files
  3. *.s#?
  4. *.b#?
  5. *.l#?
  6. *.b$?
  7. *.s$?
  8. *.l$?
  9. # Eagle project file
  10. # It contains a serial number and references to the file structure
  11. # on your computer.
  12. # comment the following line if you want to have your project file included.
  13. eagle.epf
  14. # Autorouter files
  15. *.pro
  16. *.job
  17. # CAM files
  18. *.$$$
  19. *.cmp
  20. *.ly2
  21. *.l15
  22. *.sol
  23. *.plc
  24. *.stc
  25. *.sts
  26. *.crc
  27. *.crs
  28. *.dri
  29. *.drl
  30. *.gpi
  31. *.pls
  32. *.ger
  33. *.gpi
  34. *.xln
  35. *.drd
  36. *.drd.*
  37. *.s#*
  38. *.b#*
  39. *.info
  40. *.eps
  41. # file locks introduced since 7.x
  42. *.lck